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