diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-23 18:04:33 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-23 18:04:33 +0300 |
commit | c3b41d79a2d7490f3745bfc63484433ef88a34f9 (patch) | |
tree | d24449f81dc9cb60e20e30ded3ad2cd4f7fa134d /src/peds/PlayerPed.h | |
parent | 5357957fe124afb8e9a5f737510fe4c96a7dc327 (diff) |
Cleanup and one needed function
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r-- | src/peds/PlayerPed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index 354140df..1042fe16 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -82,6 +82,7 @@ public: void ProcessAnimGroups(void); void ProcessPlayerWeapon(CPad*); void PlayerControlZelda(CPad*); + bool DoesPlayerWantNewWeapon(eWeaponType, bool); static void SetupPlayerPed(int32); static void DeactivatePlayerPed(int32); |