4 * Created on: Aug 8, 2012
8 #ifndef BATTLE_RESOURCES_H_
9 #define BATTLE_RESOURCES_H_
22 graphics::Sprite *moveIcons;
23 graphics::Sprite *attackIcons;
25 graphics::Frame *heroTagFrame;
26 graphics::Frame *activeHeroTagFrame;
28 graphics::Font *heroTagFont;
29 graphics::Sprite *heroTagLabels;
31 graphics::Gauge *healthGauge;
32 graphics::Gauge *manaGauge;
33 graphics::Gauge *ikariGauge;
35 graphics::Frame *selectFrame;
43 , activeHeroTagFrame(0)
59 #endif /* BATTLE_RESOURCES_H_ */