diff engine/core/model/model.i @ 33:112fc4af772d

moved grid ownership to model in similar way as with pathers
author jasoka@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 11 Jul 2008 15:42:54 +0000
parents 4a0efb7baf70
children bf7f838e6684
line wrap: on
line diff
--- a/engine/core/model/model.i	Fri Jul 11 15:37:16 2008 +0000
+++ b/engine/core/model/model.i	Fri Jul 11 15:42:54 2008 +0000
@@ -40,6 +40,7 @@
 		void deleteMaps();
 
 		AbstractPather* getPather(const std::string& pathername);
+		CellGrid* getCellGrid(const std::string& gridtype);
 		
 		void setTimeMultiplier(float multip);
 		double getTimeMultiplier() const;