Home
last modified time | relevance | path

Searched defs:GRFConfig (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_config.h155 struct GRFConfig : ZeroedMemoryAllocator { struct
161 GRFConfig &operator=(GRFConfig &rhs) = delete; argument
183 struct GRFConfig *next; ///< NOSAVE: Next item in the linked list argument
H A Dnewgrf_config.cpp38 GRFConfig::GRFConfig(const char *filename) : in GRFConfig() function in GRFConfig
48 GRFConfig::GRFConfig(const GRFConfig &config) : in GRFConfig() function in GRFConfig