From 9b9a37e5070a4553b0945ea4b770cf75c375bec5 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 19 Apr 2013 08:21:39 +0000 Subject: Fixed Linux compilation, slight code cleanup git-svn-id: http://mc-server.googlecode.com/svn/trunk@1396 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Vector3i.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source/Vector3i.h') 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 cVector3iList; +typedef std::vector cVector3iArray; + + + -typedef std::list< Vector3i * > cVector3iList; \ No newline at end of file -- cgit v1.2.3