diff options
Diffstat (limited to 'source/Asura.Editor/Graphics')
-rw-r--r-- | source/Asura.Editor/Graphics/DrawInfo.h | 2 | ||||
-rw-r--r-- | source/Asura.Editor/Graphics/Drawer.h | 4 | ||||
-rw-r--r-- | source/Asura.Editor/Graphics/Style.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/Asura.Editor/Graphics/DrawInfo.h b/source/Asura.Editor/Graphics/DrawInfo.h index ee38319..f399b41 100644 --- a/source/Asura.Editor/Graphics/DrawInfo.h +++ b/source/Asura.Editor/Graphics/DrawInfo.h @@ -1,7 +1,7 @@ #ifndef _ASURA_EDITOR_DRAW_INFO_H_ #define _ASURA_EDITOR_DRAW_INFO_H_ -#include <asura-utils/Classes.h> +#include <asura-base/Classes.h> namespace_begin(AsuraEditor) diff --git a/source/Asura.Editor/Graphics/Drawer.h b/source/Asura.Editor/Graphics/Drawer.h index 638ce08..4adfa3f 100644 --- a/source/Asura.Editor/Graphics/Drawer.h +++ b/source/Asura.Editor/Graphics/Drawer.h @@ -1,8 +1,8 @@ #ifndef _ASURA_EDITOR_PAINTER_H_ #define _ASURA_EDITOR_PAINTER_H_ -#include <asura-utils/Scripting/Portable.hpp> -#include <asura-utils/Singleton.hpp> +#include <asura-base/Scripting/Scripting.h> +#include <asura-base/Singleton.hpp> #include <asura-core/Graphics/Image.h> namespace AsuraEditor diff --git a/source/Asura.Editor/Graphics/Style.h b/source/Asura.Editor/Graphics/Style.h index b6ed2c5..2676c68 100644 --- a/source/Asura.Editor/Graphics/Style.h +++ b/source/Asura.Editor/Graphics/Style.h @@ -1,7 +1,7 @@ #ifndef _ASURA_EDITOR_GUI_STYLE_H_ #define _ASURA_EDITOR_GUI_STYLE_H_ -#include <asura-utils/Classes.h> +#include <asura-base/Classes.h> namespace_begin(AsuraEditor) |