From 080ad535e6fc6666b919b1a21b6986aaf9b678eb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 21:27:01 +0200 Subject: initial nitpicking --- resource-manager/Audio_asset.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 resource-manager/Audio_asset.cpp (limited to 'resource-manager/Audio_asset.cpp') diff --git a/resource-manager/Audio_asset.cpp b/resource-manager/Audio_asset.cpp deleted file mode 100644 index 056034f..0000000 --- a/resource-manager/Audio_asset.cpp +++ /dev/null @@ -1,15 +0,0 @@ - - - - -#include "Audio_asset.h" -#include - - - -Audio::Audio(const std::string& content){ - this->m_content = content; -} - -Audio::~Audio(){ -} -- cgit v1.2.3