X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.hpp;h=97cac73805b5ddad01c194e2f22d023830869d36;hb=5c295a495e02b4987b63c682406f5f29402c00da;hp=ea7421161b9031e45aa9f54d78bff38c5be6db73;hpb=2c2c02796e9df82d0cda12b59aad638d40b4e8b4;p=blank.git diff --git a/src/app/Application.hpp b/src/app/Application.hpp index ea74211..97cac73 100644 --- a/src/app/Application.hpp +++ b/src/app/Application.hpp @@ -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;