aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/Audio_asset.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 21:54:28 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 21:54:28 +0200
commit9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf (patch)
tree97a2fc5ce1ec1345bd6f44889682ea9a2ffafd76 /mwe/resource-manager/Audio_asset.cpp
parent080ad535e6fc6666b919b1a21b6986aaf9b678eb (diff)
`clang-format`
Diffstat (limited to 'mwe/resource-manager/Audio_asset.cpp')
-rw-r--r--mwe/resource-manager/Audio_asset.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/mwe/resource-manager/Audio_asset.cpp b/mwe/resource-manager/Audio_asset.cpp
index 056034f..20c98b2 100644
--- a/mwe/resource-manager/Audio_asset.cpp
+++ b/mwe/resource-manager/Audio_asset.cpp
@@ -1,15 +1,8 @@
-
-
#include "Audio_asset.h"
#include <string>
+Audio::Audio(const std::string & content) { this->m_content = content; }
-
-Audio::Audio(const std::string& content){
- this->m_content = content;
-}
-
-Audio::~Audio(){
-}
+Audio::~Audio() {}