mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 10:41:50 +00:00
8 lines
87 B
C++
8 lines
87 B
C++
#pragma once
|
|
|
|
namespace globals
|
|
{
|
|
void run_constructors();
|
|
void run_destructors();
|
|
}
|