]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/mutator.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator.qh
1 #ifndef MUTATOR_H
2 #define MUTATOR_H
3
4 #include <common/mutators/base.qh>
5
6 #include "../cl_client.qh"
7 #include "../cl_player.qh"
8 #include "../cl_impulse.qh"
9 #include "../cheats.qh"
10 #include "../g_damage.qh"
11 #include "../round_handler.qh"
12 #include "../scores.qh"
13 #include "../scores_rules.qh"
14
15 #include "../bot/bot.qh"
16 #include "../bot/navigation.qh"
17 #include "../bot/waypoints.qh"
18
19 #include "../bot/havocbot/havocbot.qh"
20 #include "../bot/havocbot/roles.qh"
21
22 #include "../command/vote.qh"
23 #include "../command/common.qh"
24
25 #include "../weapons/common.qh"
26 #include "../weapons/tracing.qh"
27 #include "../weapons/throwing.qh"
28 #include "../weapons/weaponsystem.qh"
29
30 #include <common/deathtypes/all.qh>
31 #include <common/notifications.qh>
32 #include <common/triggers/teleporters.qh>
33 #include <common/triggers/subs.qh>
34 #include <common/stats.qh>
35 #include <common/teams.qh>
36
37 #include <common/monsters/all.qh>
38
39 #include <lib/warpzone/anglestransform.qh>
40 #include <lib/warpzone/server.qh>
41 #include <lib/warpzone/util_server.qh>
42
43 #endif