]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/vehicles.qh
Merge remote-tracking branch 'origin/master' into samual/mutator_ctf
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / vehicles.qh
1 #ifdef VEHICLES_ENABLED
2 #include "vehicles.qc"
3
4 #include "racer.qc"
5 #include "spiderbot.qc"
6 #include "raptor.qc"
7 #ifndef VEHICLES_NO_UNSTABLE
8 #include "bumblebee.qc"
9 #endif
10 #endif