diff options
Diffstat (limited to 'src/render/Console.h')
-rw-r--r-- | src/render/Console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Console.h b/src/render/Console.h index b4fa60c4..9f22236f 100644 --- a/src/render/Console.h +++ b/src/render/Console.h @@ -23,3 +23,5 @@ public: }; extern CConsole TheConsole; + +void cprintf(char*, ...);
\ No newline at end of file |