re3/src/core/Debug.h

11 lines
149 B
C
Raw Normal View History

2020-03-22 14:23:40 +00:00
#pragma once
class CDebug
{
static int ms_nCurrentTextLine;
public:
static void DebugInitTextBuffer();
static void DebugDisplayTextBuffer();
};