]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/unit/raptor.qh
Remove more useless tooltips
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / unit / 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