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