Renamed Rect to Rectf
[supertux.git] / src / video / renderer.hpp
index 20204e1..8bb39c7 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdint.h>
 #include <obstack.h>
 
-#include "math/rect.hpp"
+#include "math/rectf.hpp"
 #include "math/vector.hpp"
 #include "video/color.hpp"
 #include "video/font.hpp"