]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/oo/implementation.qh
#include this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / oo / implementation.qh
index 28b7f08e4eff2ea0a5ad64e74ff532a8b3fa6b5c..b8073e6bae4eb53417f83d105613df4ccbba3e7e 100644 (file)
@@ -1,3 +1,40 @@
+#ifndef IMPLEMENTATION_H
+#define IMPLEMENTATION_H
+
+#if defined(CSQC)
+#elif defined(MENUQC)
+    #include "../../common/util-pre.qh"
+    #include "../sys-pre.qh"
+    #include "../../dpdefs/menudefs.qc"
+    #include "../../dpdefs/keycodes.qc"
+    #include "../sys-post.qh"
+    #include "../config.qh"
+    #include "../../warpzonelib/mathlib.qh"
+    #include "../../common/util.qh"
+    #include "../../common/test.qh"
+    #include "base.qh"
+    #include "../../common/playerstats.qh"
+    #include "../../common/teams.qh"
+    #include "../../common/constants.qh"
+    #include "../../common/mapinfo.qh"
+    #include "../../common/campaign_common.qh"
+    #include "../../common/weapons/weapons.qh"
+    #include "../../common/counting.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/monsters/monsters.qh"
+    #include "../command/menu_cmd.qh"
+    #include "../menu.qh"
+    #include "../draw.qh"
+    #include "../skin.qh"
+    #include "../xonotic/util.qh"
+    #include "interface.qh"
+#elif defined(SVQC)
+#endif
+
 #ifndef INTERFACE
 #define INTERFACE
 #endif
@@ -26,3 +63,4 @@
 
 // for the implementation
 #define SUPER(cname) (cname##_vtbl.vtblbase)
+#endif
\ No newline at end of file