mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
12 lines
221 B
C
12 lines
221 B
C
///
|
|
/// Created by Anonymous275 on 7/28/2020
|
|
///
|
|
#pragma once
|
|
void InitServer(int argc, char* argv[]);
|
|
void ConsoleInit();
|
|
void InitConfig();
|
|
void InitLua();
|
|
void InitRes();
|
|
void HBInit();
|
|
void StatInit();
|
|
void NetMain(); |