12 lines
161 B
C++
12 lines
161 B
C++
|
#include "Debug.h"
|
||
|
|
||
|
int CDebug::ms_nCurrentTextLine;
|
||
|
|
||
|
void CDebug::DebugInitTextBuffer()
|
||
|
{
|
||
|
ms_nCurrentTextLine = 0;
|
||
|
}
|
||
|
|
||
|
void CDebug::DebugDisplayTextBuffer()
|
||
|
{
|
||
|
}
|