]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Merge remote-tracking branch 'origin/Mario/vehicle_crash_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index a9695dff2b214c1d0929c8d6a93b2cbd65fc268f..e64cbc267ac505e61d579318cd644a2e7b2d4595 100644 (file)
@@ -1,12 +1,14 @@
-// =========================================================
-//  Server side networked commands code, reworked by Samual
-//  Last updated: December 11th, 2011
-// =========================================================
+// =================================================
+//  Declarations for server side networked commands
+//  Last updated: December 26th, 2011
+// =================================================
 
 .float cmd_floodtime;
 .float cmd_floodcount;
-.float checkfail;
 .float lms_spectate_warning;
+.float checkfail;
 
 string MapVote_Suggest(string m);
-//void MapVote_SendPicture(float id)
+
+// used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
+void ClientCommand_macro_write_aliases(float fh);
\ No newline at end of file