diff options
Diffstat (limited to 'engine/xe_sound.hpp')
-rw-r--r-- | engine/xe_sound.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/xe_sound.hpp b/engine/xe_sound.hpp index 4a50839..a891ea3 100644 --- a/engine/xe_sound.hpp +++ b/engine/xe_sound.hpp @@ -14,12 +14,12 @@ namespace xe { -class XeSound { +class Sound { public: - XeSound(const std::string& filename); - ~XeSound(); + Sound(const std::string& filename); + ~Sound(); void play(); void stop(); |