From d033400614e7e2c0ff49e5100c81e937e5818e74 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 28 Jul 2018 13:47:51 +0800 Subject: *update --- src/libjin/Audio/Audio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Audio/Audio.h') 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 +#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 -- cgit v1.1-26-g67d0