Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
32:75b6394ced14 | 33:112fc4af772d |
---|---|
38 | 38 |
39 size_t getNumMaps() const; | 39 size_t getNumMaps() const; |
40 void deleteMaps(); | 40 void deleteMaps(); |
41 | 41 |
42 AbstractPather* getPather(const std::string& pathername); | 42 AbstractPather* getPather(const std::string& pathername); |
43 CellGrid* getCellGrid(const std::string& gridtype); | |
43 | 44 |
44 void setTimeMultiplier(float multip); | 45 void setTimeMultiplier(float multip); |
45 double getTimeMultiplier() const; | 46 double getTimeMultiplier() const; |
46 | 47 |
47 }; | 48 }; |