34b18815
d1d123dc
1 2 3 4 5 6 7 8 9 10 11
12
#include "Debug.h" int CDebug::ms_nCurrentTextLine; void CDebug::DebugInitTextBuffer() { ms_nCurrentTextLine = 0; } void CDebug::DebugDisplayTextBuffer() { }