Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
621:356634098bd9 | 622:c0c3f64bfc2d |
---|---|
38 #include "util/resource/resource.h" | 38 #include "util/resource/resource.h" |
39 #include "util/structures/point.h" | 39 #include "util/structures/point.h" |
40 #include "util/structures/rect.h" | 40 #include "util/structures/rect.h" |
41 | 41 |
42 namespace FIFE { | 42 namespace FIFE { |
43 class Rect; | |
44 | 43 |
45 class AbstractImage { | 44 class AbstractImage { |
46 public: | 45 public: |
47 virtual ~AbstractImage() {} | 46 virtual ~AbstractImage() {} |
48 | 47 |