]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicles_include.qh
Something else was wrong :/
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles_include.qh
1 #ifndef VEHICLES_INCLUDE_H
2 #define VEHICLES_INCLUDE_H
3
4 #include "all.qh"
5
6 #ifdef CSQC
7 #include "vehicles.qh"
8 #include "cl_vehicles.qh"
9 #elif defined(SVQC)
10 #include "vehicles.qh"
11 #include "sv_vehicles.qh"
12 #endif // SVQC
13
14 #endif