mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-27 20:40:24 +01:00
wcon: fix implicit declaration
This commit is contained in:
parent
0409107ee2
commit
196c311113
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user