summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-15 14:11:40 +0200
committereray orçunus <erayorcunus@gmail.com>2019-07-15 14:11:40 +0200
commit2c138b2b77cf661d9f119061963a726fdcde56d0 (patch)
tree1c8316f212304c911252b378b3b56368ba4ceaa9 /src/weapons/Weapon.h
parentlittle change to aspect ratio defines (diff)
downloadre3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar.gz
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar.bz2
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar.lz
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar.xz
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.tar.zst
re3-2c138b2b77cf661d9f119061963a726fdcde56d0.zip
Diffstat (limited to '')
-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");