diff options
Diffstat (limited to 'source/modules/asura-core/Graphics/RenderState.h')
-rw-r--r-- | source/modules/asura-core/Graphics/RenderState.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/Graphics/RenderState.h b/source/modules/asura-core/Graphics/RenderState.h index 5dcf12d..23804d8 100644 --- a/source/modules/asura-core/Graphics/RenderState.h +++ b/source/modules/asura-core/Graphics/RenderState.h @@ -1,8 +1,8 @@ #ifndef _ASURA_ENGINE_RENDER_STATE_H_ #define _ASURA_ENGINE_RENDER_STATE_H_ -#include <asura-utils/Math/Vector2.hpp> -#include <asura-utils/Math/Transform.h> +#include <asura-base/Math/Vector2.hpp> +#include <asura-base/Math/Transform.h> #include "BlendMode.h" |