X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator.qh;h=f883b84b4baa0a93cfb699f9e1b3a20396b6659b;hb=9069ace5d496af003c53469105adfa6f1a777269;hp=6cded536602ca0397b0d825bd5a7c43c5c8061e4;hpb=263c592e468eeeffb2755d204b21eb13e398adac;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator.qh b/qcsrc/server/mutators/mutator.qh index 6cded5366..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/monsters.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