summaryrefslogtreecommitdiff
path: root/Source/modules/asura-base/Math/Vector2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-base/Math/Vector2.hpp')
-rw-r--r--Source/modules/asura-base/Math/Vector2.hpp6
1 files changed, 2 insertions, 4 deletions
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 <asura-base/Classes.h>
namespace_begin(AsuraEngine)
-namespace_begin(Math)
+//namespace_begin(Math)
template <typename T>
class Vector2
@@ -64,9 +64,7 @@ typedef Vector2<int> Vector2i;
typedef Vector2<unsigned int> Vector2u;
typedef Vector2<float> Vector2f;
+//namespace_end
namespace_end
-namespace_end
-
-namespace AEMath = AsuraEngine::Math;
#endif \ No newline at end of file