X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=490361b45de2cdf7cf277d5266b1ee86a405dae9;hb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;hp=45d1f7584cef1663b5d6909d67714092360eaea5;hpb=b181d67383e003593d38ce631b0afbf9e4f6856f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 45d1f7584..490361b45 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 @@ -13,7 +16,6 @@ float totalspawned; string MapVote_Suggest(string m); -entity spawnmonster(string monster, float mnster, entity spawnedby, entity own, vector orig, float respwn, float moveflag); - // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh); +#endif \ No newline at end of file