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 --- mwe/resource-manager/Audio_asset.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mwe/resource-manager/Audio_asset.h (limited to 'mwe/resource-manager/Audio_asset.h') diff --git a/mwe/resource-manager/Audio_asset.h b/mwe/resource-manager/Audio_asset.h new file mode 100644 index 0000000..d25c52f --- /dev/null +++ b/mwe/resource-manager/Audio_asset.h @@ -0,0 +1,17 @@ +#pragma once + + +#include "resource.h" +#include + + +class Audio : public Resource { + +public: + Audio(const std::string&); + ~Audio(); + + + + +}; -- cgit v1.2.3