4 * Created on: Aug 8, 2012
8 #ifndef BATTLE_RESOURCES_H_
9 #define BATTLE_RESOURCES_H_
11 #include "../graphics/Menu.h"
24 graphics::Sprite *moveIcons;
25 graphics::Sprite *attackIcons;
27 graphics::Frame *heroTagFrame;
28 graphics::Frame *activeHeroTagFrame;
30 graphics::Font *heroTagFont;
31 graphics::Sprite *heroTagLabels;
33 graphics::Gauge *healthGauge;
34 graphics::Gauge *manaGauge;
35 graphics::Gauge *ikariGauge;
37 graphics::Frame *selectFrame;
39 graphics::Font *normalFont;
41 graphics::Menu</* Spell */ void *> spellMenuPrototype;
49 , activeHeroTagFrame(0)
67 #endif /* BATTLE_RESOURCES_H_ */