re3/src/core/Debug.h

12 lines
150 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();
2020-03-22 16:19:07 +00:00
};