mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 01:06:38 +03:00
11 lines
149 B
C
11 lines
149 B
C
![]() |
#pragma once
|
||
|
|
||
|
class CDebug
|
||
|
{
|
||
|
static int ms_nCurrentTextLine;
|
||
|
|
||
|
public:
|
||
|
static void DebugInitTextBuffer();
|
||
|
static void DebugDisplayTextBuffer();
|
||
|
|
||
|
};
|