8 lines
103 B
C
Raw Normal View History

2022-09-05 16:13:51 +02:00
#pragma once
namespace Init
{
void check_magic();
void disable_smp();
void early_init();
}