mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 15:20:32 +00:00
CGame::Initialise
This commit is contained in:
parent
7d213a1f32
commit
34b1881528
35 changed files with 333 additions and 12 deletions
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();
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue