]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicles_include.qh
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles_include.qh
1 #ifndef VEHICLES_INCLUDE_H
2 #define VEHICLES_INCLUDE_H
3
4 #ifdef CSQC
5 #include "vehicles.qh"
6 #include "cl_vehicles.qh"
7 #elif defined(SVQC)
8 #include "vehicles.qh"
9 #include "sv_vehicles.qh"
10 #endif // SVQC
11
12 #endif