summaryrefslogtreecommitdiffstats
path: root/src/core/Debug.h
blob: 395f66af53d786e407a66a891077c60f0b338875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

class CDebug
{
	static int ms_nCurrentTextLine;

public:
	static void DebugInitTextBuffer();
	static void DebugDisplayTextBuffer();

};