Commit 7ca7b791 authored by mercury233's avatar mercury233

minor fix

parent 54555e91
......@@ -127,8 +127,6 @@ public:
void MainServerLoop();
void LoadExpansions();
void AddDebugMsg(const char* msgbuf);
bool MakeDirectory(const std::string folder);
void initUtils();
#else
void MainLoop();
void BuildProjectionMatrix(irr::core::matrix4& mProjection, f32 left, f32 right, f32 bottom, f32 top, f32 znear, f32 zfar);
......@@ -601,6 +599,7 @@ public:
};
extern Game* mainGame;
#ifdef YGOPRO_SERVER_MODE
extern unsigned short server_port;
extern unsigned short replay_mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment