]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.h
added escape title frame, text, and font
[l2e.git] / src / battle / states / RunState.h
index 870f48d5abf5c744b794b1532b723b838f5732e4..61c52709848959b42661f279cdce685254f66559 100644 (file)
@@ -35,6 +35,9 @@ public:
        virtual void UpdateWorld(float deltaT);
        virtual void Render(SDL_Surface *);
 
+private:
+       void RenderTitleBar(SDL_Surface *screen, const geometry::Vector<int> &offset);
+
 private:
        app::Application *ctrl;
        BattleState *battle;