diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Console.h b/src/render/Console.h index 0b5702f7..c454d75e 100644 --- a/src/render/Console.h +++ b/src/render/Console.h @@ -22,4 +22,4 @@ public: void Init() { m_nCurrentLine = 0; m_nLineCount = 0; } }; -extern CConsole &TheConsole;
\ No newline at end of file +extern CConsole &TheConsole; |