Files @ r11156:94cc27f7f726
Branch filter:

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

smatz
(svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundTownWindow
/* $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[VARARRAY_SIZE];
};

#endif /* SQUIRREL_HELPER_TYPE_HPP */