re3/src/core/Debug.cpp

13 lines
162 B
C++
Raw Normal View History

2020-03-22 14:23:40 +00:00
#include "Debug.h"
int CDebug::ms_nCurrentTextLine;
void CDebug::DebugInitTextBuffer()
{
ms_nCurrentTextLine = 0;
}
void CDebug::DebugDisplayTextBuffer()
{
2020-03-22 16:19:07 +00:00
}