]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/turrets/all.qc
Merge branch 'master' into terencehill/tooltips_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / all.qc
1 #include "all.qh"
2
3 #ifdef SVQC
4 #include "sv_turrets.qh"
5 #endif
6
7 #ifdef CSQC
8 #include "cl_turrets.qh"
9 #endif
10
11 #define IMPLEMENTATION
12 #include "all.inc"
13 #undef IMPLEMENTATION