4 * Created on: Oct 21, 2012
8 #ifndef MENU_HEROSTATUS_H_
9 #define MENU_HEROSTATUS_H_
12 #include "../common/fwd.h"
13 #include "../geometry/Vector.h"
26 void SetResources(const Resources *r) { res = r; }
27 void SetHero(common::Hero **p, int h) { party = p; hero = h; }
31 geometry::Vector<int> Size() const { return geometry::Vector<int>(Width(), Height()); }
33 void Render(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
44 #endif /* MENU_HEROSTATUS_H_ */