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/Graphics/Window.h | |
parent | 7b7a510321112978090575e89c3dabeba9ea9f97 (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Window.h')
-rw-r--r-- | src/libjin/Graphics/Window.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libjin/Graphics/Window.h b/src/libjin/Graphics/Window.h index 893fdb8..6213cee 100644 --- a/src/libjin/Graphics/Window.h +++ b/src/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 { @@ -51,8 +51,6 @@ namespace graphics onlyonce void quitSystem() override; }; - typedef WindowSystem::Setting WindowSetting; - } // render } // jin |