summaryrefslogtreecommitdiffstats
path: root/src/core/PlayerInfo.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-12 10:08:15 +0200
committerGitHub <noreply@github.com>2019-09-12 10:08:15 +0200
commit4299e307d606da8c40a4d28c08628ff0da54a6d8 (patch)
tree790c66ed4088dc8b4bb7071dd40e6f03750819ec /src/core/PlayerInfo.h
parentMerge pull request #203 from Nick007J/master (diff)
parentWorld and Peds (diff)
downloadre3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.gz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.bz2
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.lz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.xz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.zst
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.zip
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r--src/core/PlayerInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h
index 5edbc8d0..29290f6e 100644
--- a/src/core/PlayerInfo.h
+++ b/src/core/PlayerInfo.h
@@ -71,6 +71,7 @@ public:
void AwardMoneyForExplosion(CVehicle *vehicle);
void SetPlayerSkin(char* skin);
CVector& GetPos();
+ void Process(void);
};
static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error");