X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=371a881e5c54cc1b363ce2269dfa58e71c16b622;hb=34e6fb59f355d1a4afc0a9a647aeb098b998dbbd;hp=34ebdd2f15fc7dd9076392aec6357fa16ea0dacc;hpb=d969efe468d2d9775ab2c5388be1cde8efa0b9ad;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 34ebdd2..371a881 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -44,11 +44,17 @@ public: private: static bool ZCompare(const Entity *lhs, const Entity *rhs); + + bool CheckBlocking() const; + void OnTileLock(); void OnGridLock(); - void OnMove(); + void OnMove(bool); + + void UpdateFollower(Entity &); + void StopFollowers(Entity &); - void UpdateFollower(Entity *); + void LockEntities(); private: Map *map;