OpenTTD Source  20240917-master-g9ab0a47812
factory.hpp File Reference
#include "base.hpp"
#include "../debug.h"
#include "../string_func.h"

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?
 

Detailed Description

Factory to 'query' all available blitters.

Definition in file factory.hpp.