diff options
Diffstat (limited to 'Source/Asura.Engine/Containers/Vector.hpp')
-rw-r--r-- | Source/Asura.Engine/Containers/Vector.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/Asura.Engine/Containers/Vector.hpp b/Source/Asura.Engine/Containers/Vector.hpp deleted file mode 100644 index 5824b57..0000000 --- a/Source/Asura.Engine/Containers/Vector.hpp +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __ASURA_ENGINE_VECTOR_HPP__ -#define __ASURA_ENGINE_VECTOR_HPP__ - -#include <vector> - -namespace AsuraEngine -{ - namespace Containers - { - template<typename T> - using Vector = std::vector<T>; - - } -} - -#endif
\ No newline at end of file |