]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Application.hpp
collect timing information
[blank.git] / src / app / Application.hpp
index ea7421161b9031e45aa9f54d78bff38c5be6db73..97cac73805b5ddad01c194e2f22d023830869d36 100644 (file)
@@ -2,6 +2,7 @@
 #define BLANK_APP_APPLICATION_HPP_
 
 #include "Assets.hpp"
+#include "FrameCounter.hpp"
 #include "init.hpp"
 #include "RandomWalk.hpp"
 #include "../graphics/BlendedSprite.hpp"
@@ -64,6 +65,7 @@ private:
        GLContext ctx;
        InitGLEW init_glew;
        Assets assets;
+       FrameCounter counter;
 
        BlockLighting chunk_prog;
        DirectionalLighting entity_prog;