squirrel_helper_type.hpp
Go to the documentation of this file.00001
00002
00005 #ifndef SQUIRREL_HELPER_TYPE_HPP
00006 #define SQUIRREL_HELPER_TYPE_HPP
00007
00008 struct Array {
00009 int32 size;
00010 int32 array[VARARRAY_SIZE];
00011 };
00012
00013 #endif