diff options
Diffstat (limited to 'source/Vector3i.h')
-rw-r--r-- | source/Vector3i.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |