X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=3eabab763342053c83c5dfc7a2e1e3e8d0ffb703;hp=120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4;hb=4dd3c23aa51dd6fe855d8c5d97126a12a372eb3b;hpb=9cac2e30b0456afcfd02b4cfb5de949193f4cca7 diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 120bf3e02e..3eabab7633 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 @@ -15,3 +18,4 @@ 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