X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.hpp;h=97cac73805b5ddad01c194e2f22d023830869d36;hb=37a1465a83e4ac4363ed0d8e0fa1ce5055dd2db4;hp=ea7421161b9031e45aa9f54d78bff38c5be6db73;hpb=55dbd6b35a39888f245e247d2e140f141f918178;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;