X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.hpp;h=e525ec632e6459a8612539b6807cfad32549b89c;hb=e1e349bb6035463529bc341c472987d229e1cdca;hp=9ec5f1f9b7de81c710aa74c9ce60247a995f86ca;hpb=b314df303ffedbd6d2e81872908d12fc9712801a;p=blank.git diff --git a/src/app.hpp b/src/app.hpp index 9ec5f1f..e525ec6 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -4,6 +4,7 @@ #include #include +#include "camera.hpp" #include "init.hpp" #include "shader.hpp" @@ -27,14 +28,16 @@ public: private: InitSDL init_sdl; + InitIMG init_img; InitGL init_gl; Window window; GLContext ctx; InitGLEW init_glew; Program program; + Camera cam; + GLuint vtx_buf; - glm::mat4 mvp; GLuint mvp_handle; bool running;