summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-27 09:07:54 +0800
committerchai <chaifix@163.com>2019-03-27 09:07:54 +0800
commit66c5fdc564dd892ed265132d6c1378dbe3cebcee (patch)
tree909848ed622b35c8653c961c9ebed8c574bb150e /source/libs/asura-lib-core/graphics/texture.h
parentd9041d6e12ded456c17622f7f2e7bbacb9e99b1a (diff)
*misc
Diffstat (limited to 'source/libs/asura-lib-core/graphics/texture.h')
-rw-r--r--source/libs/asura-lib-core/graphics/texture.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/libs/asura-lib-core/graphics/texture.h b/source/libs/asura-lib-core/graphics/texture.h
index 81aa469..c412b2e 100644
--- a/source/libs/asura-lib-core/graphics/texture.h
+++ b/source/libs/asura-lib-core/graphics/texture.h
@@ -1,12 +1,14 @@
#ifndef __ASURA_ENGINE_TEXTURE_H__
#define __ASURA_ENGINE_TEXTURE_H__
-#include "Config.h"
-#include "Math/Rect.hpp"
-#include "Math/Vector2.hpp"
-#include "Scripting/Luax.hpp"
-#include "RenderState.h"
-#include "GL.h"
+#include <asura-lib-utils/math/rect.hpp>
+#include <asura-lib-utils/math/vector2.hpp>
+#include <asura-lib-utils/scripting/portable.hpp>
+
+#include "../core_config.h"
+
+#include "render_state.h"
+#include "gl.h"
namespace AsuraEngine
{