renamed Rectangle to Rect because of ยง%$
[supertux.git] / src / trigger / trigger_base.h
index 3f8fdc4..9038a55 100644 (file)
@@ -20,7 +20,7 @@
 #define SUPERTUX_TRIGGER_BASE_H
 
 #include "moving_object.h"
-#include "math/rectangle.h"
+#include "math/rect.h"
 #include "sprite/sprite.h"
 
 class Player;