From 196c311113e3e8c695c4c74a594a4f1d643f9f06 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 12 Jan 2019 03:13:03 +0300 Subject: [PATCH] wcon: fix implicit declaration --- engine/common/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/common/system.h b/engine/common/system.h index f00a4c0b..87e42903 100644 --- a/engine/common/system.h +++ b/engine/common/system.h @@ -119,13 +119,14 @@ int Sys_LogFileNo( void ); #ifdef _WIN32 void Wcon_InitConsoleCommands( void ); void Wcon_ShowConsole( qboolean show ); -void Wcon_Print( const char *pMsg ); void Wcon_Init( void ); void Wcon_CreateConsole( void ); void Wcon_DestroyConsole( void ); void Wcon_DisableInput( void ); void Wcon_Clear( void ); char *Wcon_Input( void ); +void Wcon_WinPrint( const char *pMsg ); +void Wcon_RegisterHotkeys( void ); #endif // text messages