From b75fc5f4e8dc837f069e89541b52144defa2d1b9 Mon Sep 17 00:00:00 2001 From: "keyboard.osh@gmail.com" Date: Thu, 18 Apr 2013 02:42:45 +0000 Subject: Initial implementation of explosions and TNT block git-svn-id: http://mc-server.googlecode.com/svn/trunk@1392 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Vector3i.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Vector3i.h') diff --git a/source/Vector3i.h b/source/Vector3i.h index fd9b95305..820368c28 100644 --- a/source/Vector3i.h +++ b/source/Vector3i.h @@ -36,3 +36,6 @@ public: // tolua_export int x, y, z; // tolua_export }; // tolua_export + + +typedef std::list< Vector3i * > cVector3iList; \ No newline at end of file -- cgit v1.2.3