From f81d611f0e298baffad68d83f208e2306fe38739 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sat, 24 Sep 2022 21:16:13 -0400 Subject: remove Xe From engine class names --- engine/xe_sound.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/xe_sound.hpp') diff --git a/engine/xe_sound.hpp b/engine/xe_sound.hpp index b2a7a14..4b14589 100644 --- a/engine/xe_sound.hpp +++ b/engine/xe_sound.hpp @@ -11,12 +11,12 @@ namespace xe { -class XeSound { +class Sound { public: - XeSound(const std::string& filename); - ~XeSound(); + Sound(const std::string& filename); + ~Sound(); void play(); void stop(); -- cgit v1.2.3-freya