|
OpenTTD Source 20251116-master-g21329071df
|
Declarations of the class for the script scanner. More...
Go to the source code of this file.
Data Structures | |
| class | ScriptScanner |
| Scanner to help finding scripts. More... | |
Typedefs | |
| using | ScriptInfoList = std::map< std::string, class ScriptInfo *, CaseInsensitiveComparator > |
| Type for the list of scripts. | |
Declarations of the class for the script scanner.
Definition in file script_scanner.hpp.
| using ScriptInfoList = std::map<std::string, class ScriptInfo *, CaseInsensitiveComparator> |
Type for the list of scripts.
Definition at line 16 of file script_scanner.hpp.