summaryrefslogtreecommitdiffstats
path: root/src/core/Debug.cpp
blob: b80e995970175c94e35199eb6f0b40920b64df85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "Debug.h"

int CDebug::ms_nCurrentTextLine;

void CDebug::DebugInitTextBuffer()
{
	ms_nCurrentTextLine = 0;
}

void CDebug::DebugDisplayTextBuffer()
{
}