OpenTTD Source
1.11.0-beta2
|
Definition of a simple array. More...
#include <squirrel_helper_type.hpp>
Data Fields | |
size_t | size |
The size of the array. | |
int32 | array [] |
The data of the array. | |
Definition of a simple array.
Definition at line 14 of file squirrel_helper_type.hpp.