mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-12-03 17:11:56 +00:00
88c055ea3c
<taniwha> zinx: thanks :) zinx' klik mod :)
11 lines
178 B
C++
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
|