X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=8dde34af3d8dc657f361ad85da1754821f0ee928;hb=953641b466c59ccd990656cfcfb4f30709d4aff4;hp=d7474fab45e3c75352109cdadc38b88426409556;hpb=c6d440124df99b8b1f48fe7666332273535eb413;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index d7474fab4..8dde34af3 100644 --- a/qcsrc/server/mutators/mutator.qh +++ b/qcsrc/server/mutators/mutator.qh @@ -1,7 +1,7 @@ #ifndef MUTATOR_H #define MUTATOR_H -#include "base.qh" +#include "../../common/mutators/base.qh" #include "mutator_nades.qh" #include "../cl_client.qh" @@ -9,12 +9,9 @@ #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 +19,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 +28,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