3 #include <tmxparser/Tmx.h>
17 virtual ~Map() {
if(!map_impl)
delete map_impl; }
23 Tmx::Map*
getImpl() const noexcept;
31 Map(const std::
string& path);
37 Map(const
Map& map) = default;
43 std::
string getPath() const noexcept;
51 Map& operator=(const
Map& map) = default;
std::string getPath() const noexcept
Gets the path.
Definition: map.cpp:13
Class wrapper for Tmx::Map.
Definition: map.h:11
virtual ~Map()
Definition: map.h:17
Tmx::Map * getImpl() const noexcept
Gets the implementation (the actual TMX map)
Definition: map.cpp:9