diff options
Diffstat (limited to 'src/control/Phones.h')
-rw-r--r-- | src/control/Phones.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/control/Phones.h b/src/control/Phones.h index 02c9a928..81b40dc2 100644 --- a/src/control/Phones.h +++ b/src/control/Phones.h @@ -61,17 +61,9 @@ public: void Initialise(void); void Shutdown(void); void Update(void); -#ifdef PEDS_REPORT_CRIMES_ON_PHONE - void SwapPhone(float xPos, float yPos, int into); -#endif }; extern CPhoneInfo gPhoneInfo; void PhonePutDownCB(CAnimBlendAssociation *assoc, void *arg); -void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg); - -#ifdef PEDS_REPORT_CRIMES_ON_PHONE -extern CPed *crimeReporters[NUMPHONES]; -bool isPhoneAvailable(int); -#endif +void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg);
\ No newline at end of file |