OpenTTD Source 20241224-master-gf74b0cf984
|
Factory to 'query' all available blitters. More...
Go to the source code of this file.
Data Structures | |
class | BlitterFactory |
The base factory, keeping track of all blitters. More... | |
Variables | |
std::string | _ini_blitter |
The blitter as stored in the configuration file. | |
bool | _blitter_autodetected |
Was the blitter autodetected or specified by the user? | |
Factory to 'query' all available blitters.
Definition in file factory.hpp.
|
extern |
Was the blitter autodetected or specified by the user?
Definition at line 34 of file driver.cpp.
Referenced by openttd_main(), and SwitchNewGRFBlitter().
|
extern |
The blitter as stored in the configuration file.
Definition at line 33 of file driver.cpp.
Referenced by openttd_main().