]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/waypoints.qc
Make most server includes order insensitive
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / waypoints.qc
index 9d78cedc5bbcdaa814a17d8da2837236dc40e45c..8cd7ef3f505acd0be9de84e5de576ab8647f4e2e 100644 (file)
@@ -1,3 +1,15 @@
+#include "waypoints.qh"
+#include "../_.qh"
+
+#include "bot.qh"
+#include "navigation.qh"
+
+#include "../antilag.qh"
+
+#include "../../common/constants.qh"
+
+#include "../../warpzonelib/util_server.qh"
+
 // create a new spawnfunc_waypoint and automatically link it to other waypoints, and link
 // them back to it as well
 // (suitable for spawnfunc_waypoint editor)