]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/_all.qh
Merge branch 'master' into TimePath/deathtypes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / _all.qh
1 #ifndef CLIENT_ALL_H
2 #define CLIENT_ALL_H
3
4 #include "../common/util.qh"
5
6 #include "../common/effects/all.qh"
7 #include "../common/models/all.qh"
8 #include "../common/sounds/all.qh"
9
10 #include "autocvars.qh"
11 #include "defs.qh"
12 #include "main.qh"
13 #include "miscfunctions.qh"
14
15 #endif