Update INSTALL to tell users to do CMAKE_BUILD_TYPE=DEBUG rather that DEBUG=ON
[supertux.git] / src / video / sdl_renderer.hpp
index 5a6d31a..fe34d82 100644 (file)
@@ -39,6 +39,8 @@ namespace SDL
     void draw_inverse_ellipse(const DrawingRequest& request);
     void do_take_screenshot();
     void flip();
+    void resize(int w, int h);
+    void apply_config() {}
   private:
     SDL_Surface *screen;
     int numerator, denominator;