aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/map_asset.cpp
blob: ec02cc94bb7c6d6c9d41ed2ff74ec5caea53c645 (plain)
1
2
3
4
5
6
7
#include "map_asset.h"

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

Map::~Map() {}