mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
wcon: fix implicit declaration
This commit is contained in:
parent
0409107ee2
commit
196c311113
@ -119,13 +119,14 @@ int Sys_LogFileNo( void );
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
void Wcon_InitConsoleCommands( void );
|
void Wcon_InitConsoleCommands( void );
|
||||||
void Wcon_ShowConsole( qboolean show );
|
void Wcon_ShowConsole( qboolean show );
|
||||||
void Wcon_Print( const char *pMsg );
|
|
||||||
void Wcon_Init( void );
|
void Wcon_Init( void );
|
||||||
void Wcon_CreateConsole( void );
|
void Wcon_CreateConsole( void );
|
||||||
void Wcon_DestroyConsole( void );
|
void Wcon_DestroyConsole( void );
|
||||||
void Wcon_DisableInput( void );
|
void Wcon_DisableInput( void );
|
||||||
void Wcon_Clear( void );
|
void Wcon_Clear( void );
|
||||||
char *Wcon_Input( void );
|
char *Wcon_Input( void );
|
||||||
|
void Wcon_WinPrint( const char *pMsg );
|
||||||
|
void Wcon_RegisterHotkeys( void );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// text messages
|
// text messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user