comparison engine/core/view/camera.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 b2feacaed53c
children 5f381fa34769
comparison
equal deleted inserted replaced
621:356634098bd9 622:c0c3f64bfc2d
40 40
41 namespace FIFE { 41 namespace FIFE {
42 42
43 typedef Point3D ScreenPoint; 43 typedef Point3D ScreenPoint;
44 class Layer; 44 class Layer;
45 class Rect;
46 class Instance; 45 class Instance;
47 class ImagePool; 46 class ImagePool;
48 class AnimationPool; 47 class AnimationPool;
49 class RenderBackend; 48 class RenderBackend;
50 class LayerCache; 49 class LayerCache;