X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.h;h=352b8c2c0b2b09fdaa496e7191bcf6d1cefc80cb;hb=f0414f06fc2463e9765c9492dce60e0468dceb3c;hp=4e4780991275243ebcc5abdc94e69c833e55c7c2;hpb=0bdf0d7be74940dd60274608d577e58d86f76496;p=libs%2Fgl.git diff --git a/demos/desertpillars/source/desertpillars.h b/demos/desertpillars/source/desertpillars.h index 4e478099..352b8c2c 100644 --- a/demos/desertpillars/source/desertpillars.h +++ b/demos/desertpillars/source/desertpillars.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include @@ -16,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -69,7 +69,7 @@ private: Msp::Graphics::Display display; Options opts; Msp::Graphics::Window window; - Msp::Graphics::GLContext gl_ctx; + Msp::GL::Device gl_device; Msp::Input::Keyboard keyboard; Msp::GL::ResourceManager res_mgr; Resources resources;