|
OpenTTD Source 20251117-master-g7398d2e290
|
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 37 of file driver.cpp.
Referenced by openttd_main(), and SwitchNewGRFBlitter().
|
extern |
The blitter as stored in the configuration file.
Definition at line 36 of file driver.cpp.
Referenced by openttd_main().