Removed a few things from svn:ignore that are no longer needed to to switch to Cmake
[supertux.git] / src / video / sdl_renderer.hpp
index 8c943f1..24dcb84 100644 (file)
@@ -40,6 +40,7 @@ namespace SDL
     void flip();
   private:
     SDL_Surface *screen;
+    int numerator, denominator;
   };
 }