diff options
author | chai <chaifix@163.com> | 2018-07-28 11:57:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 11:57:16 +0800 |
commit | ce63f79c7d683d0de398f6ea0483cdd59ec06a62 (patch) | |
tree | 6600b53ed5ba3164252bb75db743ff09532c4d4f /libjin/Graphics | |
parent | 70eaf47d6505dc40f672fafb61c2b7f084fa798a (diff) |
*update
Diffstat (limited to 'libjin/Graphics')
-rw-r--r-- | libjin/Graphics/Window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjin/Graphics/Window.h b/libjin/Graphics/Window.h index 893fdb8..55492f6 100644 --- a/libjin/Graphics/Window.h +++ b/libjin/Graphics/Window.h @@ -3,9 +3,9 @@ #include "../modules.h" #if JIN_MODULES_RENDER -#include <SDL2/SDL.h> +#include "SDL2/SDL.h" #include "../utils/utils.h" -#include "../common/subsystem.h" +#include "../common/Subsystem.hpp" namespace jin { |