summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-16 18:31:29 +0200
committerGitHub <noreply@github.com>2019-07-16 18:31:29 +0200
commit3fee2bef9888e188b07e011067652388a5585f96 (patch)
treeb80e8bc8569fbdda5929123a8f47d0c62aea0ab0 /src/weapons/Weapon.h
parentMerge pull request #136 from Nick007J/master (diff)
parentMerge branch 'master' into erorcun (diff)
downloadre3-3fee2bef9888e188b07e011067652388a5585f96.tar
re3-3fee2bef9888e188b07e011067652388a5585f96.tar.gz
re3-3fee2bef9888e188b07e011067652388a5585f96.tar.bz2
re3-3fee2bef9888e188b07e011067652388a5585f96.tar.lz
re3-3fee2bef9888e188b07e011067652388a5585f96.tar.xz
re3-3fee2bef9888e188b07e011067652388a5585f96.tar.zst
re3-3fee2bef9888e188b07e011067652388a5585f96.zip
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r--src/weapons/Weapon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h
index 81516c4e..fc1d9988 100644
--- a/src/weapons/Weapon.h
+++ b/src/weapons/Weapon.h
@@ -65,5 +65,6 @@ public:
bool Fire(CEntity*, CVector*);
void AddGunshell(CEntity*, CVector const&, CVector2D const&, float);
bool IsTypeMelee(void);
+ bool IsType2Handed(void);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");