summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-06 00:58:07 +0200
committerGitHub <noreply@github.com>2019-07-06 00:58:07 +0200
commit2d086961909d25c8f863fdfc6d7af8295db574d7 (patch)
tree4c1f659bf8885da09d0a2bca1a1e0eebb444f91a /src/weapons/Weapon.h
parentMerge pull request #112 from guard3/master (diff)
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.gz
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.bz2
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.lz
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.xz
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.zst
re3-2d086961909d25c8f863fdfc6d7af8295db574d7.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 8cb435ce..ba552035 100644
--- a/src/weapons/Weapon.h
+++ b/src/weapons/Weapon.h
@@ -58,5 +58,6 @@ public:
void Reload(void);
bool Fire(CEntity*, CVector*);
void AddGunshell(CEntity*, CVector const&, CVector2D const&, float);
+ bool IsTypeMelee(void);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");