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