diff options
author | chai <chaifix@163.com> | 2018-07-28 13:47:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 13:47:51 +0800 |
commit | d033400614e7e2c0ff49e5100c81e937e5818e74 (patch) | |
tree | 82e011222e9d88b3f7dff239aefae4a2c100fef4 /src/libjin/Audio/Source.h | |
parent | 7b7a510321112978090575e89c3dabeba9ea9f97 (diff) |
*update
Diffstat (limited to 'src/libjin/Audio/Source.h')
-rw-r--r-- | src/libjin/Audio/Source.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Audio/Source.h b/src/libjin/Audio/Source.h index 5b9c12b..3abe7de 100644 --- a/src/libjin/Audio/Source.h +++ b/src/libjin/Audio/Source.h @@ -3,7 +3,7 @@ #include "../modules.h" #if JIN_MODULES_AUDIO -#include <SDL2/SDL.h> +#include "SDL2/SDL.h" namespace jin { @@ -48,4 +48,4 @@ namespace audio } #endif // JIN_MODULES_AUDIO -#endif
\ No newline at end of file +#endif // __JIN_AUDIO_SOURCE_H
\ No newline at end of file |