Fixed window title and icon, removed Renderer and Lightmap creation from DrawingConte...
[supertux.git] / src / video / renderer.hpp
index e4430ad..4b67f6e 100644 (file)
@@ -53,6 +53,7 @@ public:
   virtual void resize(int w, int h) = 0;
   virtual void apply_config() = 0;
   virtual void set_gamma(float gamma) = 0;
+  virtual SDL_Window* get_window() const = 0;
 
   static Renderer* instance() { assert(instance_); return instance_; }