11 lines
No EOL
149 B
C++
11 lines
No EOL
149 B
C++
#pragma once
|
|
|
|
class CDebug
|
|
{
|
|
static int ms_nCurrentTextLine;
|
|
|
|
public:
|
|
static void DebugInitTextBuffer();
|
|
static void DebugDisplayTextBuffer();
|
|
|
|
}; |