]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 0e04ce781cb2da5f570e192a614e5ebd8fe18ad5..0dd27dd89582681a0ac510a832fe850ddb5797c9 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CMD_H
-#define CMD_H
+#pragma once
 
 // =================================================
 //  Declarations for server side networked commands
@@ -10,11 +9,7 @@
 .float cmd_floodcount;
 .float lms_spectate_warning;
 
-// 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);
-#endif