#include "map_asset.h"

Map::Map(const std::string& content){
	this->m_content = content;
}

Map::~Map(){
}