From 50084b0b3451328a4dfe6db65c78a225e9c8f288 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Sep 2018 19:57:40 +0800 Subject: +bitmap --- src/libjin/Graphics/Window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libjin/Graphics/Window.h') diff --git a/src/libjin/Graphics/Window.h b/src/libjin/Graphics/Window.h index 23b932d..09ec6dd 100644 --- a/src/libjin/Graphics/Window.h +++ b/src/libjin/Graphics/Window.h @@ -5,7 +5,7 @@ #include "SDL2/SDL.h" #include "../utils/utils.h" -#include "../math/Vector.h" +#include "../math/Vector2.h" #include "../common/Subsystem.hpp" namespace jin @@ -42,7 +42,7 @@ namespace graphics void quitSystem() override; SDL_Window* wnd; - jin::math::Vector2 size; + jin::math::Vector2 size; int fps; }; -- cgit v1.1-26-g67d0