diff engine/core/video/image.h @ 622:c0c3f64bfc2d

* Templatized Rect to extend it's functionality beyond integers * Added some typedefs: Rect, FloatRect, DoubleRect * Removed the Rect class from the fife_math extensions * Modified the shooter demo to use the FIFE rect template class
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 01 Oct 2010 15:32:55 +0000
parents 47b49b9b0c0a
children f3457443c95f
line wrap: on
line diff
--- a/engine/core/video/image.h	Fri Oct 01 14:09:47 2010 +0000
+++ b/engine/core/video/image.h	Fri Oct 01 15:32:55 2010 +0000
@@ -40,7 +40,6 @@
 #include "util/structures/rect.h"
 
 namespace FIFE {
-	class Rect;
 
 	class AbstractImage {
 	public: