]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
renamed NetConn_UpdateServerStuff to NetConn_UpdateSockets and made it non-static...
[xonotic/darkplaces.git] / console.h
index 53711b962a8aa72ab9f25780f0fef648bdc40518..644aac08fd01eb7806ce9cc3c334dbe3aef5bdc2 100644 (file)
--- a/console.h
+++ b/console.h
@@ -41,6 +41,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