CGame::Initialise
This commit is contained in:
11
src/core/Debug.h
Normal file
11
src/core/Debug.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class CDebug
|
||||
{
|
||||
static int ms_nCurrentTextLine;
|
||||
|
||||
public:
|
||||
static void DebugInitTextBuffer();
|
||||
static void DebugDisplayTextBuffer();
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user