re3/src/core/Debug.h

12 lines
150 B
C
Raw Normal View History

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