]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/_all.inc
Merge branch 'terencehill/connection_msg_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / _all.inc
1 #ifndef MENUQC
2 #include "anim.qc"
3 #include "animdecide.qc"
4 #include "ent_cs.qc"
5 #include "net_notice.qc"
6 #endif
7
8 #include "mapinfo.qc"
9 #include "playerstats.qc"
10 #include "util.qc"
11
12 #ifndef CSQC
13 #include "campaign_file.qc"
14 #include "campaign_setup.qc"
15 #endif
16
17 #ifndef MENUQC
18 #include "physics/all.inc"
19 #include "triggers/include.qc"
20 #include "viewloc.qc"
21 #endif
22
23 #ifndef MENUQC
24 #include "minigames/minigames.qc"
25 #endif
26
27 #include "debug.qh"
28
29 #ifndef MENUQC
30 #include "deathtypes/all.qc"
31 #include "effects/all.qc"
32 #include "impulses/all.qc"
33 #include "notifications.qc"
34 #endif
35
36 #include "items/all.qc"
37     #include "weapons/all.qc"
38         #include "monsters/all.qc"
39         #include "turrets/all.qc"
40         #include "vehicles/all.qc"
41
42 #include "mutators/all.qc"
43     #include "gamemodes/all.qc"