diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-23 13:20:30 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-23 13:20:30 -0400 |
commit | 9b7d14361904a9c2bceb8de335fd5da169fabd59 (patch) | |
tree | 231348855310530145f8ce4bb35931d36bd74438 /engine/xe_sound.cpp | |
parent | delete old files (diff) | |
download | minecraftvulkan-9b7d14361904a9c2bceb8de335fd5da169fabd59.tar.gz minecraftvulkan-9b7d14361904a9c2bceb8de335fd5da169fabd59.tar.bz2 minecraftvulkan-9b7d14361904a9c2bceb8de335fd5da169fabd59.zip |
abstract user input, refactor #include's
Diffstat (limited to 'engine/xe_sound.cpp')
-rw-r--r-- | engine/xe_sound.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/xe_sound.cpp b/engine/xe_sound.cpp index 07d8e7b..bd21885 100644 --- a/engine/xe_sound.cpp +++ b/engine/xe_sound.cpp @@ -1,9 +1,5 @@ #include "xe_sound.hpp" -#include <vector> -#include <stdexcept> -#include <iostream> - namespace xe { XeSound::XeSound(const std::string& filename) { |