diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:43:18 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:46:15 +0300 |
| commit | 14c7c1d7ca722935195a20817c96b1af75046359 (patch) | |
| tree | 0ed77a2bf6d999ff94b8c70aca1795db4b9173c7 /src/core/PlayerInfo.h | |
| parent | Merge pull request #202 from erorcun/erorcun (diff) | |
| download | re3-14c7c1d7ca722935195a20817c96b1af75046359.tar.gz | |
World and Peds
Diffstat (limited to 'src/core/PlayerInfo.h')
| -rw-r--r-- | src/core/PlayerInfo.h | 1 |
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"); |
