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