summaryrefslogtreecommitdiffstats
path: root/game/client/resource/sound_effect.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/resource/sound_effect.hh')
-rw-r--r--game/client/resource/sound_effect.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/game/client/resource/sound_effect.hh b/game/client/resource/sound_effect.hh
deleted file mode 100644
index ab68ed2..0000000
--- a/game/client/resource/sound_effect.hh
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-struct SoundEffect final {
- static void register_resource(void);
-
- std::string name;
- ALuint buffer;
-};