summaryrefslogtreecommitdiffstats
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-09 22:38:05 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-09 22:38:05 +0200
commit11ae1b06ae658db4be9675dcad4da30493ff0bbc (patch)
treed0ef4ee79063e51b459bb19d669abec8926963de /src/peds/PlayerPed.h
parentMerge pull request #122 from Nick007J/master (diff)
downloadre3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar.gz
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar.bz2
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar.lz
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar.xz
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.tar.zst
re3-11ae1b06ae658db4be9675dcad4da30493ff0bbc.zip
Diffstat (limited to '')
-rw-r--r--src/peds/PlayerPed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h
index 1a106b38..25bbdf4a 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -43,6 +43,10 @@ public:
void ReApplyMoveAnims(void);
void ClearWeaponTarget();
+
+ static void SetupPlayerPed(int32);
+ static void DeactivatePlayerPed(int32);
+ static void ReactivatePlayerPed(int32);
};
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");