Minor code tweaks

This commit is contained in:
Kayne Ruse
2014-08-17 11:46:02 +10:00
parent e7ba097e6a
commit 0fdaa90a83
4 changed files with 5 additions and 17 deletions
+1 -7
View File
@@ -30,12 +30,8 @@
#include "raster_font.hpp"
#include "button.hpp"
//common
#include "frame_rate.hpp"
#include "character.hpp"
//client
#include "character.hpp"
#include "base_scene.hpp"
//std namespace
@@ -55,7 +51,6 @@ public:
protected:
//Frame loop
void Update(double delta);
void RenderFrame();
void Render(SDL_Surface* const);
//Event handlers
@@ -79,7 +74,6 @@ protected:
//UI
Button backButton;
FrameRate fps;
//auto return
std::chrono::steady_clock::time_point startTick;