From a077eb38b01292611f4f6031b75e3e2c1c20f06e Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Aug 2019 08:54:08 +0800 Subject: *misc --- Source/modules/asura-base/Math/Vector2.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Source/modules/asura-base/Math/Vector2.hpp') diff --git a/Source/modules/asura-base/Math/Vector2.hpp b/Source/modules/asura-base/Math/Vector2.hpp index e141017..09fd299 100644 --- a/Source/modules/asura-base/Math/Vector2.hpp +++ b/Source/modules/asura-base/Math/Vector2.hpp @@ -4,7 +4,7 @@ #include namespace_begin(AsuraEngine) -namespace_begin(Math) +//namespace_begin(Math) template class Vector2 @@ -64,9 +64,7 @@ typedef Vector2 Vector2i; typedef Vector2 Vector2u; typedef Vector2 Vector2f; +//namespace_end namespace_end -namespace_end - -namespace AEMath = AsuraEngine::Math; #endif \ No newline at end of file -- cgit v1.1-26-g67d0