]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.h
added spell menu's headline
[l2e.git] / src / battle / states / SelectSpell.h
index e0bb118040e24b09d6214203b2c789f5f5e67bf1..eda7e9166820b976ffe703a5e07173d7ac9716a7 100644 (file)
@@ -10,6 +10,8 @@
 
 #include "../../app/State.h"
 
+#include "../../geometry/Vector.h"
+
 namespace battle {
 
 class BattleState;
@@ -34,6 +36,11 @@ public:
        virtual void UpdateWorld(float deltaT);
        virtual void Render(SDL_Surface *);
 
+private:
+       void RenderFrame(SDL_Surface *, const geometry::Vector<int> &offset);
+       void RenderHeadline(SDL_Surface *, const geometry::Vector<int> &offset);
+       void RenderMenu(SDL_Surface *, const geometry::Vector<int> &offset);
+
 private:
        app::Application *ctrl;
        BattleState *battle;