X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.hpp;h=4e381a2a2fa6d7e388ab3884ad7dc33f0227eaf5;hb=d18be10ef3f0a7b61c6f5c4c4096ca2b776c75b3;hp=5148a7a411a30669425b376ee9b73394802510c8;hpb=0a13b3fe342db83eef2c0ddc991a44452df77aa3;p=blank.git diff --git a/src/app.hpp b/src/app.hpp index 5148a7a..4e381a2 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -6,6 +6,7 @@ #include "camera.hpp" #include "init.hpp" +#include "model.hpp" #include "shader.hpp" @@ -28,6 +29,7 @@ public: private: InitSDL init_sdl; + InitIMG init_img; InitGL init_gl; Window window; GLContext ctx; @@ -35,6 +37,7 @@ private: Program program; Camera cam; + Model model; GLuint vtx_buf; GLuint mvp_handle;