]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
Merge remote-tracking branch 'origin/Mario/vehicle_crash_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index 9f719892b27cfa28a7d0dd9a44413002c64ecc5a..589388bbad70d16faff12be3f5ae5dc418f0ce7b 100644 (file)
@@ -1,6 +1,6 @@
 // ============================================================
 //  Shared declarations for server commands, written by Samual
-//  Last updated: December 27th, 2011
+//  Last updated: December 30th, 2011
 // ============================================================
 
 // client verification results
@@ -32,4 +32,7 @@ float timeout_status; // (values: 0, 1, 2) contains whether a timeout is not act
 void timeout_handler_think();
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
-void CommonCommand_macro_write_aliases(float fh);
\ No newline at end of file
+void CommonCommand_macro_write_aliases(float fh);
+
+// keep track of the next token to use for argc
+float next_token;
\ No newline at end of file