summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Image.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-16 19:29:23 +0800
committerchai <chaifix@163.com>2019-03-16 19:29:23 +0800
commitd29f5f4aebd90b1e256967801b28a5990249b2e7 (patch)
treef4f1390b57a39e0493e0f74b40dd3996d88d04e5 /Source/Asura.Engine/Graphics/Image.h
parent1ab2501db0f9e14f138292880e37120e7a6184de (diff)
*luax
Diffstat (limited to 'Source/Asura.Engine/Graphics/Image.h')
-rw-r--r--Source/Asura.Engine/Graphics/Image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Asura.Engine/Graphics/Image.h b/Source/Asura.Engine/Graphics/Image.h
index 2607969..916c365 100644
--- a/Source/Asura.Engine/Graphics/Image.h
+++ b/Source/Asura.Engine/Graphics/Image.h
@@ -2,13 +2,14 @@
#define __ASURA_ENGINE_IMAGE_H__
#include "math/vector2.hpp"
-#include "scripting/portable.h"
+#include "scripting/portable.hpp"
#include "fileSystem/reloadable.h"
#include "stringmap.hpp"
#include "manager.hpp"
#include "texture.h"
#include "color.h"
#include "image_data.h"
+#include "render_state.h"
namespace AsuraEngine
{