diff options
Diffstat (limited to 'src/control/Cranes.h')
-rw-r--r-- | src/control/Cranes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Cranes.h b/src/control/Cranes.h index e262d0c3..3af2c9bc 100644 --- a/src/control/Cranes.h +++ b/src/control/Cranes.h @@ -7,4 +7,5 @@ class CCranes { public: static bool IsThisCarBeingTargettedByAnyCrane(CVehicle*); + static bool IsThisCarBeingCarriedByAnyCrane(CVehicle*); }; |