From 4ded5c3380bdc7f50674459080396a656fa1f11a Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:00:51 +0200 Subject: [PATCH] Added EV_Weapon_SetAmmoClipSize declaration --- code/fgame/weapon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/fgame/weapon.h b/code/fgame/weapon.h index 73e7353d..630482a4 100644 --- a/code/fgame/weapon.h +++ b/code/fgame/weapon.h @@ -36,6 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../fgame/scriptmaster.h" extern Event EV_Weapon_GiveStartingAmmo; +extern Event EV_Weapon_SetAmmoClipSize; extern Event EV_Weapon_SetAmmoInClip; extern Event EV_Weapon_Shoot;