1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 06:55:50 +00:00
re3/src/core/Debug.h
2020-03-22 17:23:40 +03:00

11 lines
149 B
C++

#pragma once
class CDebug
{
static int ms_nCurrentTextLine;
public:
static void DebugInitTextBuffer();
static void DebugDisplayTextBuffer();
};