diff options
Diffstat (limited to 'src/crepe/SoundContext.h')
-rw-r--r-- | src/crepe/SoundContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |