summaryrefslogtreecommitdiffstats
path: root/src/core/Debug.h
diff options
context:
space:
mode:
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..395f66af
--- /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();
+
+};