OpenTTD Source 20260206-master-g4d4e37dbf1
script_scanner.hpp File Reference

Declarations of the class for the script scanner. More...

#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

using ScriptInfoList = std::map<std::string, class ScriptInfo *, CaseInsensitiveComparator>
 Type for the list of scripts.

Detailed Description

Declarations of the class for the script scanner.

Definition in file script_scanner.hpp.

Typedef Documentation

◆ ScriptInfoList

using ScriptInfoList = std::map<std::string, class ScriptInfo *, CaseInsensitiveComparator>

Type for the list of scripts.

Definition at line 16 of file script_scanner.hpp.