diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 00:11:06 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 00:11:06 +0200 |
commit | 0b104a59fe91ce7bf6d1e0fb131eff509aea9307 (patch) | |
tree | 26c7c2714b495b37df8759596127d68ce4a4e6fa /src/control/Script.h | |
parent | colstore support in script (diff) | |
download | re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar.gz re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar.bz2 re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar.lz re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar.xz re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.tar.zst re3-0b104a59fe91ce7bf6d1e0fb131eff509aea9307.zip |
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 85e36cbd..46c6ae20 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -6,6 +6,7 @@ class CEntity; class CBuilding; +class CPhysical; class CVehicle; class CPed; class CObject; @@ -132,6 +133,7 @@ public: void RemoveEntityFromList(int32, uint8); void Process(); void CheckIfCollisionHasLoadedForMissionObject(); + CPhysical* DoesThisEntityWaitForCollision(int i); }; struct CUpsideDownCarCheckEntry |