]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qh
#include this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
index f2db76a2cf293de7b05291bc1dcd4e24b9d33f22..4f48fed7f77df38dac26b450b9ad145a1048958d 100644 (file)
@@ -1,10 +1,45 @@
+#ifndef CL_CMD_H
+#define CL_CMD_H
 // ==============================================
 //  CSQC client commands code, written by Samual
 //  Last updated: December 17th, 2011
 // ==============================================
 
-void Cmd_HUD_SetFields(float);
+#if defined(CSQC)
+    #include "../../common/util-pre.qh"
+    #include "../sys-pre.qh"
+    #include "../../dpdefs/csprogsdefs.qc"
+    #include "../sys-post.qh"
+    #include "../Defs.qc"
+    #include "../../dpdefs/keycodes.qc"
+    #include "../../common/constants.qh"
+    #include "../../common/stats.qh"
+    #include "../../warpzonelib/anglestransform.qh"
+    #include "../../warpzonelib/mathlib.qh"
+    #include "../../warpzonelib/common.qh"
+    #include "../../warpzonelib/client.qh"
+    #include "../../common/playerstats.qh"
+    #include "../../common/teams.qh"
+    #include "../../common/util.qh"
+    #include "../../common/nades.qh"
+    #include "../../common/buffs.qh"
+    #include "../../common/test.qh"
+    #include "../../common/counting.qh"
+    #include "../../common/weapons/weapons.qh"
+    #include "../../common/mapinfo.qh"
+    #include "../../common/command/markup.qh"
+    #include "../../common/command/rpn.qh"
+    #include "../../common/command/generic.qh"
+    #include "../../common/command/shared_defs.qh"
+    #include "../../common/urllib.qh"
+    #include "../../common/animdecide.qh"
+#elif defined(MENUQC)
+#elif defined(SVQC)
+#endif
+
+void Cmd_HUD_SetFields(int);
 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(float fh);
\ No newline at end of file
+void LocalCommand_macro_write_aliases(int fh);
+#endif
\ No newline at end of file