| 48 | using namespace tmx; |
| 49 | |
| 50 | Map::Map() |
| 51 | : m_orientation (Orientation::None), |
| 52 | m_renderOrder (RenderOrder::None), |
| 53 | m_infinite (false), |
| 54 | m_hexSideLength (0.f), |
| 55 | m_staggerAxis (StaggerAxis::None), |
| 56 | m_staggerIndex (StaggerIndex::None) |
| 57 | { |
| 58 | |
| 59 | } |
| 60 | |
| 61 | //public |
| 62 | bool Map::load(const std::string& path) |
no outgoing calls
no test coverage detected