diff options
Diffstat (limited to '')
-rw-r--r-- | engine/xe_engine.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/xe_engine.hpp b/engine/xe_engine.hpp index 5731b50..285edf3 100644 --- a/engine/xe_engine.hpp +++ b/engine/xe_engine.hpp @@ -6,6 +6,7 @@ #include "xe_camera.hpp" #include "xe_descriptors.hpp" #include "xe_image.hpp" +#include "xe_sound_device.hpp" #include <chrono> #include <string> @@ -44,6 +45,7 @@ class XeEngine { XeDevice xeDevice; XeRenderer xeRenderer; XeCamera xeCamera; + XeSoundDevice xeSoundDevice; std::chrono::_V2::system_clock::time_point currentTime; float frameTime; |