]> git.localhorst.tv Git - blank.git/blobdiff - src/app.hpp
begun extracting model class
[blank.git] / src / app.hpp
index e525ec632e6459a8612539b6807cfad32549b89c..4e381a2a2fa6d7e388ab3884ad7dc33f0227eaf5 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "camera.hpp"
 #include "init.hpp"
+#include "model.hpp"
 #include "shader.hpp"
 
 
@@ -36,6 +37,7 @@ private:
        Program program;
 
        Camera cam;
+       Model model;
 
        GLuint vtx_buf;
        GLuint mvp_handle;