#include "Audio_asset.h" #include Audio::Audio(const std::string& content){ this->m_content = content; } Audio::~Audio(){ }