X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.h;h=ccc242512bf87ddbecf25e0656f86d7cb0e1a8fa;hb=a378f581fb88ce4ca718a18d7cc80d7007ebc66a;hp=05bd7c95128ae6352b9360d3b1cc34243aab89a4;hpb=95bfa881f3fa427b67d9ce21e6a10f80f7be5439;p=l2e.git diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index 05bd7c9..ccc2425 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -27,6 +27,9 @@ public: : background(background) , monstersLayout(&monstersLayout) { } +public: + void AddMonster(const Monster &); + public: virtual void EnterState(app::Application &ctrl, SDL_Surface *screen); virtual void ExitState();