#include "Audio_asset.h"
#include <string>

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

Audio::~Audio() {}