]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Merge branch 'master' into terencehill/weapon_panel_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index a40488f8383f432005f52e2ffb7d657a436b77d0..b4ee1e25d9608d7d428cb22d9063413853b0da67 100644 (file)
@@ -1,3 +1,14 @@
+// TODO: include once
+//#ifndef WEAPONS_ALL_H
+//#define WEAPONS_ALL_H
+
+#include "../util.qh"
+
+#ifdef SVQC
+#   include "config.qh"
+#   include "../../server/bot/aim.qh"
+#endif
+
 // ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON
 // ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES.
 // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA
@@ -25,3 +36,7 @@
 #include "w_seeker.qc"
 #include "w_shockwave.qc"
 #include "w_arc.qc"
+#include "w_hmg.qc"
+#include "w_rpc.qc"
+
+//#endif