X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fmap%2FMapState.h;h=2465ddf3526ea80e72ca7683388d02d49c2a3ed3;hb=0911d263c10cca314305799d5b839ee9653cac0b;hp=f0f20c1ccf635379a1b0778272232e5be7840556;hpb=092a2dd175a4001a495c84ee85211734fb928c83;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index f0f20c1..2465ddf 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -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