Browse Source

wcon: fix implicit declaration

pull/2/head
Alibek Omarov 6 years ago
parent
commit
196c311113
  1. 3
      engine/common/system.h

3
engine/common/system.h

@ -119,13 +119,14 @@ int Sys_LogFileNo( void ); @@ -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…
Cancel
Save