]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
added advantage turn checking in MapState
[l2e.git] / src / map / MapState.h
index f0f20c1ccf635379a1b0778272232e5be7840556..2465ddf3526ea80e72ca7683388d02d49c2a3ed3 100644 (file)
@@ -71,6 +71,7 @@ private:
 
        void LockEntities();
        bool CheckMonster();
+       void LoadBattle(Entity &hero, Entity &monster);
 
        bool CheckLockTrigger();
        bool CheckMoveTrigger();
@@ -102,4 +103,4 @@ private:
 
 }
 
-#endif /* MAP_MAPSTATE_H_ */
+#endif