X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FMapState.h;h=e7a75b6fca784f5dfb04c9a2b64154938a36dfbf;hb=d7befe3a14be8f01d6d7288a6970358a4749368d;hp=371a881e5c54cc1b363ce2269dfa58e71c16b622;hpb=34e6fb59f355d1a4afc0a9a647aeb098b998dbbd;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 371a881..e7a75b6 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -55,6 +55,8 @@ private: void StopFollowers(Entity &); void LockEntities(); + void CheckMonster(); + void CheckTrigger(); private: Map *map;