X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=f883b84b4baa0a93cfb699f9e1b3a20396b6659b;hb=32b91117ed4ed81d1b60cb69000270476ac617e6;hp=d7474fab45e3c75352109cdadc38b88426409556;hpb=573cadc1c3fe8377499c3f6c8694255d907604dd;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index d7474fab4..f883b84b4 100644 --- a/qcsrc/server/mutators/mutator.qh +++ b/qcsrc/server/mutators/mutator.qh @@ -1,20 +1,16 @@ #ifndef MUTATOR_H #define MUTATOR_H -#include "base.qh" -#include "mutator_nades.qh" +#include "../../common/mutators/base.qh" #include "../cl_client.qh" #include "../cl_player.qh" #include "../cl_impulse.qh" #include "../cheats.qh" #include "../g_damage.qh" -#include "../g_subs.qh" -#include "../t_teleporters.qh" #include "../round_handler.qh" #include "../scores.qh" #include "../scores_rules.qh" -#include "../waypointsprites.qh" #include "../bot/bot.qh" #include "../bot/navigation.qh" @@ -22,7 +18,6 @@ #include "../bot/havocbot/havocbot.qh" #include "../bot/havocbot/roles.qh" -#include "../bot/havocbot/role_keyhunt.qh" #include "../command/vote.qh" #include "../command/common.qh" @@ -32,16 +27,17 @@ #include "../weapons/throwing.qh" #include "../weapons/weaponsystem.qh" -#include "../../common/deathtypes.qh" +#include "../../common/deathtypes/all.qh" #include "../../common/notifications.qh" +#include "../../common/triggers/teleporters.qh" +#include "../../common/triggers/subs.qh" #include "../../common/stats.qh" #include "../../common/teams.qh" #include "../../common/monsters/all.qh" -#include "../../warpzonelib/anglestransform.qh" -#include "../../warpzonelib/mathlib.qh" -#include "../../warpzonelib/server.qh" -#include "../../warpzonelib/util_server.qh" +#include "../../lib/warpzone/anglestransform.qh" +#include "../../lib/warpzone/server.qh" +#include "../../lib/warpzone/util_server.qh" #endif