X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=1f2365822a4551ced188153991e3fa5045bb9a93;hb=58f5f9656952d5e3a0092deb2f768c7ac73b40fc;hp=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hpb=0f3709f96ff607455d69dc4844e39a8ea0587675;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 120bf3e02..1f2365822 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,3 +1,6 @@ +#ifndef CMD_H +#define CMD_H + // ================================================= // Declarations for server side networked commands // Last updated: December 26th, 2011 @@ -6,12 +9,9 @@ .float cmd_floodtime; .float cmd_floodcount; .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); +#endif