X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fhavocbot%2Frole_onslaught.qc;fp=qcsrc%2Fserver%2Fbot%2Fhavocbot%2Frole_onslaught.qc;h=13c9cdc0312b30984db78b499026f242cc17571e;hb=6f37a8f8076a572097afb13de2c367a72717c927;hp=119ea83c81b77c90b659518bf03a601d49f2f360;hpb=c24c0ac5d2fb38c25ab33c552bf8959d0976058f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/havocbot/role_onslaught.qc b/qcsrc/server/bot/havocbot/role_onslaught.qc index 119ea83c8..13c9cdc03 100644 --- a/qcsrc/server/bot/havocbot/role_onslaught.qc +++ b/qcsrc/server/bot/havocbot/role_onslaught.qc @@ -1,3 +1,15 @@ +#include "../../_.qh" + +#include "havocbot.qh" + +#include "../bot.qh" +#include "../navigation.qh" +#include "../waypoints.qh" + +#include "../../mutators/mutators_include.qh" + +#include "../../../common/teams.qh" + const int HAVOCBOT_ONS_ROLE_NONE = 0; const int HAVOCBOT_ONS_ROLE_DEFENSE = 2; const int HAVOCBOT_ONS_ROLE_ASSISTANT = 4;