summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-02 20:51:00 +0800
committerchai <chaifix@163.com>2019-08-02 20:51:00 +0800
commitbad78945ceba425f6a80e3b8dca2414d592970eb (patch)
tree8bf7540766349c534bf9e5746b24fd7507ba034e /source/modules/asura-core/graphics/texture.h
parent99b90496765df21c5f377f42b9ed073ccb34c1fd (diff)
*修改文件名格式
Diffstat (limited to 'source/modules/asura-core/graphics/texture.h')
-rw-r--r--source/modules/asura-core/graphics/texture.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/modules/asura-core/graphics/texture.h b/source/modules/asura-core/graphics/texture.h
index 458e35a..7d37c31 100644
--- a/source/modules/asura-core/graphics/texture.h
+++ b/source/modules/asura-core/graphics/texture.h
@@ -1,13 +1,13 @@
-#ifndef __ASURA_TEXTURE_H__
-#define __ASURA_TEXTURE_H__
+#ifndef _ASURA_TEXTURE_H_
+#define _ASURA_TEXTURE_H_
-#include <asura-utils/math/vector2.hpp>
-#include <asura-utils/math/rect.hpp>
+#include <asura-utils/Math/Vector2.hpp>
+#include <asura-utils/Math/Rect.hpp>
-#include "../core_config.h"
+#include "../CoreConfig.h"
-#include "render_state.h"
-#include "gfx_device.h"
+#include "RenderState.h"
+#include "GfxDevice.h"
namespace_begin(AsuraEngine)
namespace_begin(Graphics)