OpenTTD Source  20240919-master-gdf0233f4c2
script_scanner.hpp File Reference
#include "../fileio_func.h"
#include "../string_func.h"

Go to the source code of this file.

Data Structures

class  ScriptScanner
 Scanner to help finding scripts. More...
 

Typedefs

typedef std::map< std::string, class ScriptInfo *, CaseInsensitiveComparatorScriptInfoList
 Type for the list of scripts.
 

Detailed Description

Declarations of the class for the script scanner.

Definition in file script_scanner.hpp.