Commit a504c1c2 authored by nanahira's avatar nanahira

fix

parent 8bd789e3
...@@ -110,8 +110,8 @@ public: ...@@ -110,8 +110,8 @@ public:
void MainServerLoop(); void MainServerLoop();
void LoadExpansionDB(); void LoadExpansionDB();
void AddDebugMsg(char* msgbuf); void AddDebugMsg(char* msgbuf);
void AddDebugMsg(char* msgbuf);
bool MakeDirectory(const std::string folder); bool MakeDirectory(const std::string folder);
void initUtils();
#else #else
void MainLoop(); void MainLoop();
void BuildProjectionMatrix(irr::core::matrix4& mProjection, f32 left, f32 right, f32 bottom, f32 top, f32 znear, f32 zfar); void BuildProjectionMatrix(irr::core::matrix4& mProjection, f32 left, f32 right, f32 bottom, f32 top, f32 znear, f32 zfar);
......
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