]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qh
Fix it here too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
index 85ab8a40a37a75aca4c1b74bf52fa8825774631b..da34310e3cbbd59110bce0bade5f3fa1daa0b27d 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef CL_CMD_H
+#define CL_CMD_H
 // ==============================================
 //  CSQC client commands code, written by Samual
 //  Last updated: December 17th, 2011
@@ -8,3 +10,4 @@ void Cmd_HUD_Help();
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void LocalCommand_macro_write_aliases(int fh);
+#endif