mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-17 18:46:22 +01:00
13 lines
162 B
C++
13 lines
162 B
C++
#include "Debug.h"
|
|
|
|
int CDebug::ms_nCurrentTextLine;
|
|
|
|
void CDebug::DebugInitTextBuffer()
|
|
{
|
|
ms_nCurrentTextLine = 0;
|
|
}
|
|
|
|
void CDebug::DebugDisplayTextBuffer()
|
|
{
|
|
}
|