]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
very nice command line tab completeion from Shawn Walker
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index da1daa65e7970697c6b3296b74b50107549d32e7..5583b329744381a38dc7d0540c6129df25a8ac35 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -91,6 +91,14 @@ char         *Cmd_CompleteCommand (char *partial);
 // attempts to match a partial command for automatic command line completion
 // returns NULL if nothing fits
 
+int            Cmd_CompleteAliasCountPossible (char *partial);
+char   **Cmd_CompleteAliasBuildList (char *partial);
+int            Cmd_CompleteCountPossible (char *partial);
+char   **Cmd_CompleteBuildList (char *partial);
+char   *Cmd_CompleteAlias (char *partial);
+// Enhanced console completion by Fett erich@heintz.com
+// Added by EvilTypeGuy eviltypeguy@qeradiant.com
+
 int            Cmd_Argc (void);
 char   *Cmd_Argv (int arg);
 char   *Cmd_Args (void);