]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicles_include.qh
New vehicle system based on weapons system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles_include.qh
1 #define VEHICLES_ENABLED
2
3 #ifdef VEHICLES_ENABLED
4 #ifdef CSQC
5 #include "vehicles.qh"
6 #include "cl_vehicles.qh"
7 #endif // CSQC
8 #ifdef SVQC
9 #include "vehicles.qh"
10 #include "sv_vehicles.qh"
11 #endif // SVQC
12 #endif // VEHICLES_ENABLED