* Build dedicated server binary on Windows

This commit is contained in:
Tim Angus 2007-09-06 20:31:30 +00:00
parent e56a151a97
commit 54ba74964a
6 changed files with 156 additions and 68 deletions

View file

@ -28,12 +28,12 @@ void IN_Init (void);
void IN_Frame (void);
void IN_Shutdown (void);
// TTY console
void TTY_Hide( void );
void TTY_Show( void );
void TTY_Shutdown( void );
void TTY_Init( void );
char *TTY_ConsoleInput(void);
// Console
void CON_Hide( void );
void CON_Show( void );
void CON_Shutdown( void );
void CON_Init( void );
char *CON_ConsoleInput(void);
#ifdef MACOS_X
char *Sys_StripAppBundle( char *pwd );