Implemented a simpler frame rate system

This commit is contained in:
Kayne Ruse
2013-06-23 15:05:52 +10:00
parent 3232925ccd
commit 7ad855348f
4 changed files with 31 additions and 27 deletions
+2 -1
View File
@@ -35,6 +35,7 @@
#include "udp_network_utility.hpp"
#include "button.hpp"
#include "raster_font.hpp"
#include "frame_rate.hpp"
class InWorld : public BaseScene {
public:
@@ -70,7 +71,7 @@ protected:
InformationManager* infoMgr = ServiceLocator<InformationManager>::Get();
//members
//...
RasterFont font;
};
#endif