]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicle/bumblebee.qh
7a9fc2ccbe684b1bfb1b90a6b8224c59590c6ffb
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicle / bumblebee.qh
1 #ifndef BUMBLEBEE_H
2 #define BUMBLEBEE_H
3
4 #ifdef CSQC
5
6 void CSQC_BUMBLE_GUN_HUD();
7 #endif
8
9 #ifdef SVQC
10 float raptor_altitude(entity this, float amax);
11 #endif
12
13 #endif