Fixed window title and icon, removed Renderer and Lightmap creation from DrawingConte...
[supertux.git] / src / video / gl / gl_renderer.hpp
index 359103a..1a2e10e 100644 (file)
@@ -130,6 +130,7 @@ public:
   void apply_config();
   void apply_video_mode(const Size& size, bool fullscreen);
   void set_gamma(float gamma);
+  SDL_Window* get_window() const { return window; }
 };
 
 #endif