]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/vehicles.qh
Remove direct server #includes from client
[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 "raptor.qc"
9 #   include "spiderbot.qc"
10
11 #   ifndef VEHICLES_NO_UNSTABLE
12 #       include "bumblebee.qc"
13 #   endif
14 #endif
15
16 #endif