]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicles_include.qh
409e94cb2638b5c81f4c140a8310a5cd634e4769
[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 #endif // CSQC
8 #ifdef SVQC
9 #include "vehicles.qh"
10 #include "sv_vehicles.qh"
11 #endif // SVQC
12
13 #endif