OpenTTD Source 20241224-master-gee860a5c8e
|
Helper structs for converting Squirrel data structures to C++. More...
Go to the source code of this file.
Typedefs | |
template<typename Titem = int32_t> | |
using | Array = std::vector< Titem > |
Definition of a simple array. | |
Helper structs for converting Squirrel data structures to C++.
Definition in file squirrel_helper_type.hpp.
using Array = std::vector<Titem> |
Definition of a simple array.
Definition at line 16 of file squirrel_helper_type.hpp.