diff engine/core/model/structures/map.i @ 549:c9113e23b004

*Removed the ExactModellCoordinate object from the camera constructor. Attention: Little API change to the camera/map.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 11 Jun 2010 21:29:58 +0000
parents 9d94f4676d17
children 69ef061db940
line wrap: on
line diff
--- a/engine/core/model/structures/map.i	Fri Jun 11 21:10:40 2010 +0000
+++ b/engine/core/model/structures/map.i	Fri Jun 11 21:29:58 2010 +0000
@@ -76,7 +76,7 @@
 			void removeChangeListener(MapChangeListener* listener);
 			bool isChanged();
 			std::vector<Layer*>& getChangedLayers();
-			Camera* addCamera(const std::string& id, Layer *layer, const Rect& viewport, const ExactModelCoordinate& emc);
+			Camera* addCamera(const std::string& id, Layer *layer, const Rect& viewport);
 			void removeCamera(const std::string& id);
 			Camera* getCamera(const std::string& id);
 			std::vector<Camera*>& getCameras();