summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Math/Vector2.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-28 08:57:31 +0800
committerchai <chaifix@163.com>2019-01-28 08:57:31 +0800
commitce5343ec4e5766f6a7485649f7395d4e072bd706 (patch)
treefbe41405720aac97bdb4ee08435031823d2c401d /Source/Asura.Engine/Math/Vector2.h
parent6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (diff)
*misc
Diffstat (limited to 'Source/Asura.Engine/Math/Vector2.h')
-rw-r--r--Source/Asura.Engine/Math/Vector2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Math/Vector2.h b/Source/Asura.Engine/Math/Vector2.h
index d5f8739..99fe71b 100644
--- a/Source/Asura.Engine/Math/Vector2.h
+++ b/Source/Asura.Engine/Math/Vector2.h
@@ -1,5 +1,5 @@
-#ifndef __AE_VECTOR2_H__
-#define __AE_VECTOR2_H__
+#ifndef __ASURA_ENGINE_VECTOR2_H__
+#define __ASURA_ENGINE_VECTOR2_H__
namespace AsuraEngine
{