]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
begun monster vicinity checking
[l2e.git] / src / map / MapState.h
index 371a881e5c54cc1b363ce2269dfa58e71c16b622..e7a75b6fca784f5dfb04c9a2b64154938a36dfbf 100644 (file)
@@ -55,6 +55,8 @@ private:
        void StopFollowers(Entity &);
 
        void LockEntities();
+       void CheckMonster();
+       void CheckTrigger();
 
 private:
        Map *map;