CGame::Initialise

This commit is contained in:
Nikolay Korolev
2020-03-22 17:23:40 +03:00
parent 7d213a1f32
commit 34b1881528
35 changed files with 333 additions and 12 deletions

12
src/core/Debug.cpp Normal file
View File

@ -0,0 +1,12 @@
#include "Debug.h"
int CDebug::ms_nCurrentTextLine;
void CDebug::DebugInitTextBuffer()
{
ms_nCurrentTextLine = 0;
}
void CDebug::DebugDisplayTextBuffer()
{
}