Files @ r12267:8459f2c78ac8
Branch filter:

Location: cpp/openttd-patchpack/source/src/script/squirrel_helper_type.hpp

translators
(svn r16692) -Update from WebTranslator v3.0:
ukrainian - 3 changes by Madvin
/* $Id$ */

/** @file squirrel_helper_type.hpp Helper structs for converting Squirrel data structures to C++. */

#ifndef SQUIRREL_HELPER_TYPE_HPP
#define SQUIRREL_HELPER_TYPE_HPP

struct Array {
	int32 size;
	int32 array[];
};

#endif /* SQUIRREL_HELPER_TYPE_HPP */