]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/unit/bumblebee.qh
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / unit / bumblebee.qh
1 #ifndef BUMBLEBEE_H
2 #define BUMBLEBEE_H
3
4 #ifdef CSQC
5 void bumble_raygun_read(bool bIsNew);
6
7 void CSQC_BUMBLE_GUN_HUD();
8 #endif
9
10 #endif