Trying to create a fixed time slice system

This commit is contained in:
Kayne Ruse
2013-06-02 04:00:26 +10:00
parent 4c670c3a22
commit 6a16e341ec
9 changed files with 31 additions and 63 deletions
-2
View File
@@ -9,7 +9,6 @@
#include "packet_list.hpp"
#include "player_manager.hpp"
#include "delta.hpp"
#include "frame_rate.hpp"
#include "raster_font.hpp"
@@ -47,7 +46,6 @@ protected:
PlayerManager playerMgr;
Delta delta;
FrameRate frameRate;
RasterFont font;