aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/SoundSystem.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-29 17:22:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-29 17:22:58 +0200
commit90174919ba8c019d4b88915557be0adc3769b3e6 (patch)
treea89feb8c2137f4eefb22d5b09031e6826bbbfc72 /src/crepe/SoundSystem.h
parente4a3ef6e324acc8edf9f0797caa244967907a676 (diff)
WIP cleanup (broken, but more like the class diagram)
Diffstat (limited to 'src/crepe/SoundSystem.h')
-rw-r--r--src/crepe/SoundSystem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crepe/SoundSystem.h b/src/crepe/SoundSystem.h
index 515cb29..da3927a 100644
--- a/src/crepe/SoundSystem.h
+++ b/src/crepe/SoundSystem.h
@@ -2,17 +2,11 @@
#include <soloud.h>
-#include <memory>
-
#include "Sound.h"
namespace crepe {
class SoundSystem {
-public:
- static std::unique_ptr<Sound> sound(const std::string & res);
- static std::unique_ptr<Sound> sound(std::unique_ptr<api::Resource> res);
-
private:
SoundSystem();
virtual ~SoundSystem();