diff engine/core/model/model.i @ 617:69ef061db940

Removed the remaining size_t references that affected the FIFE API and replaced them with more appropriate definitions. The remaining size_t definitions will remain as they wont cause any issues. fixes[t:152]
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 27 Sep 2010 21:18:24 +0000
parents 9d94f4676d17
children
line wrap: on
line diff
--- a/engine/core/model/model.i	Mon Sep 27 15:38:09 2010 +0000
+++ b/engine/core/model/model.i	Mon Sep 27 21:18:24 2010 +0000
@@ -57,7 +57,7 @@
 		Object* getObject(const std::string& id, const std::string& name_space);
 		std::list<Object*> getObjects(const std::string& name_space) const;
 
-		size_t getNumMaps() const;
+		uint32_t getNumMaps() const;
 		void deleteMaps();
 
 		AbstractPather* getPather(const std::string& pathername);