game-source/klik/weapons/weapon_g.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

11 lines
178 B
C++

#ifndef WEAPON_G_qh
#define WEAPON_G_qh 1
void() weapon_init_weapons;
void() weapon_select_best;
void(float imp) weapon_select_by_impulse;
void() update_weapon_flags;
#endif