Added EV_Weapon_SetAmmoClipSize declaration

This commit is contained in:
smallmodel 2023-08-10 17:00:51 +02:00
parent 85fa2185f8
commit 4ded5c3380
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -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;