summaryrefslogtreecommitdiffstats
path: root/source/Vector3i.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Vector3i.h')
-rw-r--r--source/Vector3i.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/Vector3i.h b/source/Vector3i.h
index 820368c28..7d726a7b3 100644
--- a/source/Vector3i.h
+++ b/source/Vector3i.h
@@ -37,5 +37,9 @@ public: // tolua_export
int x, y, z; // tolua_export
}; // tolua_export
+typedef std::list<Vector3i> cVector3iList;
+typedef std::vector<Vector3i> cVector3iArray;
+
+
+
-typedef std::list< Vector3i * > cVector3iList; \ No newline at end of file