X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=console.h;h=4b8048c922554c2e19b6c2338986601764b59ff4;hb=2965b15fe9f10b90420d1d7185e06eacb203d804;hp=53711b962a8aa72ab9f25780f0fef648bdc40518;hpb=182f5dd46097dc11b3643dc2376b4dd6a4fa42c7;p=xonotic%2Fdarkplaces.git diff --git a/console.h b/console.h index 53711b96..4b8048c9 100644 --- a/console.h +++ b/console.h @@ -28,6 +28,10 @@ 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); @@ -41,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