summaryrefslogtreecommitdiffstats
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-07 21:28:51 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-07 21:28:51 +0200
commit4c86469cc91ce1b1cb767e35a0bf8358d9800ac8 (patch)
treec0835ff0e74fd35c51f142349bb8580630471b19 /src/peds/PlayerPed.h
parentMore scripts (diff)
parentMerge pull request #111 from gennariarmando/master (diff)
downloadre3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar.gz
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar.bz2
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar.lz
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar.xz
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.tar.zst
re3-4c86469cc91ce1b1cb767e35a0bf8358d9800ac8.zip
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r--src/peds/PlayerPed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h
index 15ad74a6..4f325da3 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -43,6 +43,7 @@ public:
void dtor(void) { this->CPlayerPed::~CPlayerPed(); }
void ReApplyMoveAnims(void);
+ void ClearWeaponTarget();
};
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");