mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
15 lines
193 B
C++
15 lines
193 B
C++
#ifndef WEAPON_G_qh
|
|
#define WEAPON_G_qh 1
|
|
|
|
@extern {
|
|
|
|
void() weapon_init_weapons;
|
|
|
|
void() weapon_select_best;
|
|
void(float imp) weapon_select_by_impulse;
|
|
|
|
void() update_weapon_flags;
|
|
|
|
};
|
|
|
|
#endif
|