X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flauncher.h;h=f394f2927251dde43c72076f4eac1c176f3aa412;hb=94151737f2983ca7cade5be0e20c98fbc6f11eea;hp=c1dc33a8db8e1be88393082e97e1099a46ea095e;hpb=184dc3f14feab183bcd84eca40f89c143ecbe41f;p=libs%2Fdemoscene.git diff --git a/source/launcher.h b/source/launcher.h index c1dc33a..f394f29 100644 --- a/source/launcher.h +++ b/source/launcher.h @@ -13,6 +13,9 @@ #include #include "resources.h" +namespace Msp { +namespace DemoScene { + class Demo; class LaunchScreen; @@ -23,6 +26,7 @@ protected: { Msp::Graphics::WindowOptions win_opts; Msp::Graphics::WindowOptions fullscreen_opts; + Msp::Graphics::GLOptions gl_opts; int start_fullscreen; std::string frame_dump_fn; float framerate; @@ -81,4 +85,7 @@ protected: virtual void exit(int c) { Msp::Application::exit(c); } }; +} // namespace DemoScene +} // namespace Msp + #endif