summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-03 11:48:49 +0200
committerGitHub <noreply@github.com>2020-04-03 11:48:49 +0200
commitdb804f99d95de44b64ef71f18948fddada996df8 (patch)
tree0fac3f0aa7ef5530f9236e4b134dbe13b2f2c9af /src/weapons/Weapon.h
parentFix CFont type uint16 -> wchar (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-db804f99d95de44b64ef71f18948fddada996df8.tar
re3-db804f99d95de44b64ef71f18948fddada996df8.tar.gz
re3-db804f99d95de44b64ef71f18948fddada996df8.tar.bz2
re3-db804f99d95de44b64ef71f18948fddada996df8.tar.lz
re3-db804f99d95de44b64ef71f18948fddada996df8.tar.xz
re3-db804f99d95de44b64ef71f18948fddada996df8.tar.zst
re3-db804f99d95de44b64ef71f18948fddada996df8.zip
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r--src/weapons/Weapon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h
index 74145564..84760550 100644
--- a/src/weapons/Weapon.h
+++ b/src/weapons/Weapon.h
@@ -81,3 +81,5 @@ public:
static void UpdateWeapons(void);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");
+
+void FireOneInstantHitRound(CVector* shotSource, CVector* shotTarget, int32 damage); \ No newline at end of file