aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/Audio_asset.cpp
blob: 20c98b2bdd4c2dd5b169d9a45047e98105f4c9e0 (plain)
1
2
3
4
5
6
7
8
#include "Audio_asset.h"
#include <string>

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

Audio::~Audio() {}