]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicle/raptor.qh
Hook: merge offhand and weapon behaviour
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicle / raptor.qh
1 #ifndef RAPTOR_H
2 #define RAPTOR_H
3
4 const int RSM_FIRST = 1;
5 const int RSM_BOMB = 1;
6 const int RSM_FLARE = 2;
7 const int RSM_LAST = 2;
8
9 #endif