From 34b18815286938176b0462ba5a97ea03195409fb Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 22 Mar 2020 17:23:40 +0300 Subject: CGame::Initialise --- src/core/Debug.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/core/Debug.cpp (limited to 'src/core/Debug.cpp') diff --git a/src/core/Debug.cpp b/src/core/Debug.cpp new file mode 100644 index 00000000..1bd353d3 --- /dev/null +++ b/src/core/Debug.cpp @@ -0,0 +1,12 @@ +#include "Debug.h" + +int CDebug::ms_nCurrentTextLine; + +void CDebug::DebugInitTextBuffer() +{ + ms_nCurrentTextLine = 0; +} + +void CDebug::DebugDisplayTextBuffer() +{ +} \ No newline at end of file -- cgit v1.2.3