diff options
Diffstat (limited to 'src/libjin/Audio/Audio.h')
-rw-r--r-- | src/libjin/Audio/Audio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Audio/Audio.h b/src/libjin/Audio/Audio.h index faec4db..60de66d 100644 --- a/src/libjin/Audio/Audio.h +++ b/src/libjin/Audio/Audio.h @@ -3,10 +3,10 @@ #include "../modules.h" #if JIN_MODULES_AUDIO -#include <SDL2/SDL.h> +#include "SDL2/SDL.h" #include "../utils/macros.h" -#include "../common/subsystem.h" +#include "../common/Subsystem.hpp" namespace jin { @@ -43,4 +43,4 @@ namespace audio } #endif // JIN_MODULES_AUDIO -#endif
\ No newline at end of file +#endif // __JIN_AUDIO_H
\ No newline at end of file |