1 2 3 4 5 6 7 8 9 10 11 12
#include "map_asset.h" Map::Map(const std::string& content){ this->m_content = content; } Map::~Map(){ }