]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
Fix a stupid typo in the sbar's ctf flag icon filenames.
[xonotic/darkplaces.git] / console.h
index abe35cf9c676f1f0c85bbdebf919601b65884610..4b8048c922554c2e19b6c2338986601764b59ff4 100644 (file)
--- a/console.h
+++ b/console.h
@@ -28,8 +28,13 @@ extern int con_totallines;
 extern int con_backscroll;
 extern qboolean con_initialized;
 
+extern qboolean rcon_redirect;
+extern int rcon_redirect_bufferpos;
+extern char rcon_redirect_buffer[1400];
+
 void Con_CheckResize (void);
 void Con_Init (void);
+void Con_Init_Commands (void);
 void Con_DrawConsole (int lines);
 void Con_Print(const char *txt);
 void Con_Printf(const char *fmt, ...);
@@ -40,6 +45,8 @@ void Con_DrawNotify (void);
 void Con_ClearNotify (void);
 void Con_ToggleConsole_f (void);
 
+qboolean GetMapList (const char *s, char *completedname, int completednamebufferlength);
+
 // wrapper function to attempt to either complete the command line
 // or to list possible matches grouped by type
 // (i.e. will display possible variables, aliases, commands