mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
12 lines
161 B
C++
12 lines
161 B
C++
|
#include "Debug.h"
|
||
|
|
||
|
int CDebug::ms_nCurrentTextLine;
|
||
|
|
||
|
void CDebug::DebugInitTextBuffer()
|
||
|
{
|
||
|
ms_nCurrentTextLine = 0;
|
||
|
}
|
||
|
|
||
|
void CDebug::DebugDisplayTextBuffer()
|
||
|
{
|
||
|
}
|