diff --git a/source/ps/CConsole.cpp b/source/ps/CConsole.cpp index b0dd011197..a7927db7c8 100755 --- a/source/ps/CConsole.cpp +++ b/source/ps/CConsole.cpp @@ -511,6 +511,8 @@ void CConsole::ProcessBuffer(const wchar_t* szLine){ extern CConsole* g_Console; +extern void Die(int err, const wchar_t* fmt, ...); + int conInputHandler(const SDL_Event* ev) { if(ev->type != SDL_KEYDOWN)