X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;fp=src%2Fmenu%2FPartyMenu.h;h=2172bfccc536e40bb339a052322857d21267f630;hb=57a75f13e98f4b5d311c2d3b9d9ff637120c5ee2;hp=ee84239d9a19600c2d6fb313eb89f3aeaccc75e9;hpb=e4f678d8cce5408590178bc873fde1754c037d0d;p=l2e.git diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index ee84239..2172bfc 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -8,9 +8,11 @@ #ifndef MENU_PARTYMENU_H_ #define MENU_PARTYMENU_H_ -#include "Resources.h" +#include "fwd.h" +#include "HeroStatus.h" #include "../app/State.h" -#include "../common/GameConfig.h" +#include "../common/fwd.h" +#include "../geometry/Vector.h" namespace menu { @@ -38,7 +40,10 @@ private: virtual void OnResize(int width, int height); + void RenderHeros(SDL_Surface *screen, const geometry::Vector &offset) const; + private: + HeroStatus status[4]; common::GameConfig *game; };