aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sound.h
diff options
context:
space:
mode:
authorjaroWMR <jarorutjes07@gmail.com>2024-10-10 07:35:17 +0200
committerjaroWMR <jarorutjes07@gmail.com>2024-10-10 07:35:17 +0200
commit127e457dda1a1c7b32315a920c80aa4c13ddb840 (patch)
treea64d70d40595955437aa9baff917df5a7d087d9b /src/crepe/Sound.h
parentf1e830392b084be776286a61409d0e4a2755c2cf (diff)
parent44208336d80dd63735215ee2cafb3e73fa03f930 (diff)
merge with master
Diffstat (limited to 'src/crepe/Sound.h')
-rw-r--r--src/crepe/Sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/Sound.h b/src/crepe/Sound.h
index 1ac20a7..b7cfbb8 100644
--- a/src/crepe/Sound.h
+++ b/src/crepe/Sound.h
@@ -1,7 +1,7 @@
#pragma once
-#include <soloud.h>
-#include <soloud_wav.h>
+#include <soloud/soloud.h>
+#include <soloud/soloud_wav.h>
#include <memory>