diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-10-10 07:35:17 +0200 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-10-10 07:35:17 +0200 |
commit | 127e457dda1a1c7b32315a920c80aa4c13ddb840 (patch) | |
tree | a64d70d40595955437aa9baff917df5a7d087d9b /src/crepe | |
parent | f1e830392b084be776286a61409d0e4a2755c2cf (diff) | |
parent | 44208336d80dd63735215ee2cafb3e73fa03f930 (diff) |
merge with master
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/Sound.h | 4 | ||||
-rw-r--r-- | src/crepe/SoundContext.h | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/src/crepe/SoundContext.h b/src/crepe/SoundContext.h index 090966d..d3123d2 100644 --- a/src/crepe/SoundContext.h +++ b/src/crepe/SoundContext.h @@ -1,6 +1,6 @@ #pragma once -#include <soloud.h> +#include <soloud/soloud.h> #include "Sound.h" |