X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=e7a75b6fca784f5dfb04c9a2b64154938a36dfbf;hb=f8fd75df4d5f74ff6701a40dbf08aed42f85b179;hp=34ebdd2f15fc7dd9076392aec6357fa16ea0dacc;hpb=d969efe468d2d9775ab2c5388be1cde8efa0b9ad;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 34ebdd2..e7a75b6 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -44,11 +44,19 @@ 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(); + void CheckMonster(); + void CheckTrigger(); private: Map *map;