diff engine/core/model/structures/map.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 69ef061db940
children
line wrap: on
line diff
--- a/engine/core/model/structures/map.h	Fri Oct 01 14:09:47 2010 +0000
+++ b/engine/core/model/structures/map.h	Fri Oct 01 15:32:55 2010 +0000
@@ -36,6 +36,7 @@
 #include "util/base/resourceclass.h"
 #include "util/resource/resource.h"
 #include "model/metamodel/timeprovider.h"
+#include "util/structures/rect.h"
 
 #include "location.h"
 
@@ -49,7 +50,6 @@
 	class CellGrid;
 	class Map;
 	class Camera;
-	class Rect;
 
 	/** Listener interface for changes happening on map
 	 */