]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/vehicles.qh
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / vehicles.qh
1 #ifndef VEHICLES_H
2 #define VEHICLES_H
3
4 #ifdef VEHICLES_ENABLED
5 #include "vehicles.qc"
6
7 #include "racer.qc"
8 #include "spiderbot.qc"
9 #include "raptor.qc"
10 #ifndef VEHICLES_NO_UNSTABLE
11 #include "bumblebee.qc"
12 #endif
13 #endif
14 #endif