X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.h;h=4e4780991275243ebcc5abdc94e69c833e55c7c2;hb=7ab4261d281c7885bbdfb0a782ed231b2cd08293;hp=0a3f2f2e336481598920722b76305d156dd5a80d;hpb=133ffb2c26dff240dbbda47c09b216951e07f5f5;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;