X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=39adb175c86a6a587ab0f8de146facc82d9bcce6;hp=70c9125620936fe9b4ba31ce9e38fdef476a65f7;hb=a97b89297fa91ae42b9d56c262662eb34ede3e45;hpb=4df4683fde3d24fa365851451f44bf44afe93d43 diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index 70c9125620..39adb175c8 100644 --- a/qcsrc/server/mutators/mutator.qh +++ b/qcsrc/server/mutators/mutator.qh @@ -13,6 +13,14 @@ #include "../scores.qh" #include "../scores_rules.qh" +#include "../bot/bot.qh" +#include "../bot/navigation.qh" +#include "../bot/waypoints.qh" + +#include "../bot/havocbot/havocbot.qh" +#include "../bot/havocbot/roles.qh" +#include "../bot/havocbot/role_keyhunt.qh" + #include "../command/vote.qh" #include "../command/common.qh"