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.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/core/Debug.h (limited to 'src/core/Debug.h') diff --git a/src/core/Debug.h b/src/core/Debug.h new file mode 100644 index 00000000..daee2e2a --- /dev/null +++ b/src/core/Debug.h @@ -0,0 +1,11 @@ +#pragma once + +class CDebug +{ + static int ms_nCurrentTextLine; + +public: + static void DebugInitTextBuffer(); + static void DebugDisplayTextBuffer(); + +}; \ No newline at end of file -- cgit v1.2.3