]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qh
GetProgramCommandPrefix() -- allows me to have enhanced usage and such
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qh
index ee7097a4c72096cc8bae703045c0e63f82236158..1bfd3b439f542660b9807fdb0fde27a39c0d9792 100644 (file)
@@ -1,2 +1,2 @@
-// empty for now
-float GenericCommand(string command); // returns true if handled, false if not. Note: It tokenizes its input, so be careful!
\ No newline at end of file
+float GenericCommand(string command); // returns true if handled, false if not. Note: It tokenizes its input, so be careful!
+string GetProgamCommandPrefix(); // returns command prefix specific for each program it is compiled in
\ No newline at end of file