wcon: fix implicit declaration

This commit is contained in:
Alibek Omarov 2019-01-12 03:13:03 +03:00
parent 0409107ee2
commit 196c311113
1 changed files with 2 additions and 1 deletions

View File

@ -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