X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.h;h=4e4780991275243ebcc5abdc94e69c833e55c7c2;hb=0bdf0d7be74940dd60274608d577e58d86f76496;hp=0a3f2f2e336481598920722b76305d156dd5a80d;hpb=9b470da03c562de16b085428a7c5ed27bdebfb4e;p=libs%2Fgl.git diff --git a/demos/desertpillars/source/desertpillars.h b/demos/desertpillars/source/desertpillars.h index 0a3f2f2e..4e478099 100644 --- a/demos/desertpillars/source/desertpillars.h +++ b/demos/desertpillars/source/desertpillars.h @@ -36,9 +36,10 @@ private: { private: Msp::DataFile::DirectorySource source; + Msp::GL::ResourceManager res_mgr; public: - Resources(); + Resources(Msp::GL::ResourceManager *); }; class MorphSphere: public Msp::GL::ObjectInstance @@ -70,6 +71,7 @@ private: Msp::Graphics::Window window; Msp::Graphics::GLContext gl_ctx; Msp::Input::Keyboard keyboard; + Msp::GL::ResourceManager res_mgr; Resources resources; Msp::GL::WindowView view;