aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_local.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-06 20:31:30 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-06 20:31:30 +0000
commit4d72acef0743f75a260b22a41f4d474f064d15e5 (patch)
tree01c192dfa1a1efc2137285935845e7f475e3ecd9 /code/sys/sys_local.h
parent4e64b0a1b82badbf25bb32bd96290f96668c2290 (diff)
downloadioquake3-aero-4d72acef0743f75a260b22a41f4d474f064d15e5.tar.gz
ioquake3-aero-4d72acef0743f75a260b22a41f4d474f064d15e5.zip
* Build dedicated server binary on Windows
git-svn-id: svn://svn.icculus.org/quake3/trunk@1169 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r--code/sys/sys_local.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h
index 2ccac5c..c9a9a94 100644
--- a/code/sys/sys_local.h
+++ b/code/sys/sys_local.h
@@ -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 );