From fc1713e9df3ae8db6e612610023e7bd5f6b6f5fe Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 30 Jan 2019 23:09:54 +0800 Subject: *misc --- Source/Asura.Engine/Vector.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Source/Asura.Engine/Vector.hpp (limited to 'Source/Asura.Engine/Vector.hpp') diff --git a/Source/Asura.Engine/Vector.hpp b/Source/Asura.Engine/Vector.hpp new file mode 100644 index 0000000..5e35312 --- /dev/null +++ b/Source/Asura.Engine/Vector.hpp @@ -0,0 +1,14 @@ +#ifndef __ASURA_ENGINE_VECTOR_HPP__ +#define __ASURA_ENGINE_VECTOR_HPP__ + +#include + +namespace AsuraEngine +{ + + template + using Vector = std::vector; + +} + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0