#ifndef BUMBLEBEE_H #define BUMBLEBEE_H #ifdef CSQC void CSQC_BUMBLE_GUN_HUD(); #endif #ifdef SVQC float raptor_altitude(entity this, float amax); #endif #endif