]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicle.qh
Remove vehicleid globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicle.qh
1 #ifndef VEHICLE_H
2 #define VEHICLE_H
3
4 int v_null(int) { return 0; }
5
6 CLASS(Vehicle, Object)
7     ATTRIB(Vehicle, vehicleid, int, 0)
8 ENDCLASS(Vehicle)
9
10 #endif