]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/all.qh
Merge branches 'TimePath/weaponsys' and 'Mario/modpack'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / all.qh
1 #ifndef VEHICLES_ALL_H
2 #define VEHICLES_ALL_H
3
4 #if VEHICLES_ENABLED
5 #   include "racer.qh"
6 #   include "raptor.qh"
7 #   include "spiderbot.qh"
8
9 #   ifndef VEHICLES_NO_UNSTABLE
10 #       include "bumblebee.qh"
11 #   endif
12 #endif
13
14 #endif