]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/all.qc
Cleanup vehicle #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / all.qc
1 #if VEHICLES_ENABLED
2 #   include "vehicle.qc"
3
4 #   include "racer.qc"
5 #   include "raptor.qc"
6 #   include "spiderbot.qc"
7
8 #   ifndef VEHICLES_NO_UNSTABLE
9 #       include "bumblebee.qc"
10 #   endif
11 #endif