re3/src/core/Debug.cpp

13 lines
162 B
C++

#include "Debug.h"
int CDebug::ms_nCurrentTextLine;
void CDebug::DebugInitTextBuffer()
{
ms_nCurrentTextLine = 0;
}
void CDebug::DebugDisplayTextBuffer()
{
}