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