]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index e64cbc267ac505e61d579318cd644a2e7b2d4595..490361b45de2cdf7cf277d5266b1ee86a405dae9 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef CMD_H
+#define CMD_H
+
 // =================================================
 //  Declarations for server side networked commands
 //  Last updated: December 26th, 2011
@@ -8,7 +11,11 @@
 .float lms_spectate_warning;
 .float checkfail;
 
+// number of monsters spawned with mobspawn command
+float totalspawned;
+
 string MapVote_Suggest(string m);
 
 // 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
+void ClientCommand_macro_write_aliases(float fh);
+#endif
\ No newline at end of file