aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/Debug.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:23:40 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:23:40 +0300
commit34b18815286938176b0462ba5a97ea03195409fb (patch)
tree62e01aacd06b12acb897dc48b45ca800ed77d44d /src/core/Debug.h
parent7d213a1f32c4e8cd45d22f73c637bff0edf731fb (diff)
CGame::Initialise
Diffstat (limited to 'src/core/Debug.h')
-rw-r--r--src/core/Debug.h11
1 files changed, 11 insertions, 0 deletions
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