8 lines
80 B
C++
8 lines
80 B
C++
#pragma once
|
|
|
|
namespace Init
|
|
{
|
|
void early_init();
|
|
void check_magic();
|
|
}
|