mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01: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();
|
||
|
|
||
|
};
|