aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_local.h
diff options
context:
space:
mode:
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 );