diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-13 14:46:09 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-13 14:46:09 +0300 |
commit | 8eda735918a7639e1ffd74f945b8783555c5c35a (patch) | |
tree | 5eee29e7f539a57d2e29da8eee232a47163ae132 /src/control/Cranes.h | |
parent | a1700eeaa429e84ac95637652fed2d5719118c6e (diff) |
400-499
Diffstat (limited to 'src/control/Cranes.h')
-rw-r--r-- | src/control/Cranes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Cranes.h b/src/control/Cranes.h index 3af2c9bc..be586398 100644 --- a/src/control/Cranes.h +++ b/src/control/Cranes.h @@ -8,4 +8,6 @@ class CCranes public: static bool IsThisCarBeingTargettedByAnyCrane(CVehicle*); static bool IsThisCarBeingCarriedByAnyCrane(CVehicle*); + static void ActivateCrane(float, float, float, float, float, float, float, float, bool, bool, float, float); + static void DeActivateCrane(float, float); }; |