]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qc
Make most server includes order insensitive
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qc
index d80f8336c8ba179bd52e862bc2807181d92efebc..018a6eb06ddf76151892b8234b5b5d5d999aa31c 100644 (file)
@@ -1,3 +1,13 @@
+#include "navigation.qh"
+#include "../_.qh"
+
+#include "bot.qh"
+#include "waypoints.qh"
+
+#include "../t_items.qh"
+
+#include "../../common/constants.qh"
+
 void bot_debug(string input)
 {
        switch(autocvar_bot_debug)