summaryrefslogtreecommitdiffstats
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-10 11:06:27 +0200
committerGitHub <noreply@github.com>2019-07-10 11:06:27 +0200
commit50cc7c7932827229b553cb491f6e6d63a6d5618e (patch)
tree7ca24b1c40bfa57e24ecaddc9fca7dbc6ce025a0 /src/peds/PlayerPed.h
parentCVehicle::ProcessWheel (diff)
parentfix (diff)
downloadre3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.gz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.bz2
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.lz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.xz
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.tar.zst
re3-50cc7c7932827229b553cb491f6e6d63a6d5618e.zip
Diffstat (limited to 'src/peds/PlayerPed.h')
-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 8b617a43..51a45203 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -45,6 +45,10 @@ public:
void ClearWeaponTarget();
void SetWantedLevel(int32 level);
void SetWantedLevelNoDrop(int32 level);
+
+ static void SetupPlayerPed(int32);
+ static void DeactivatePlayerPed(int32);
+ static void ReactivatePlayerPed(int32);
};
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");