|
OpenTTD Source 20251117-master-g7398d2e290
|
Generic functions for replacing base graphics data. More...
#include "base_media_base.h"Go to the source code of this file.
Data Structures | |
| struct | BaseSetTraits< struct GraphicsSet > |
| struct | GraphicsSet |
| All data of a graphics set. More... | |
| class | BaseGraphics |
| All data/functions related with replacing the base graphics. More... | |
| struct | BaseGraphics::Ini |
| Values loaded from config file. More... | |
Enumerations | |
| enum | GraphicsFileType : uint8_t { GFT_BASE , GFT_LOGOS , GFT_ARCTIC , GFT_TROPICAL , GFT_TOYLAND , GFT_EXTRA , MAX_GFT } |
| Types of graphics in the base graphics set. More... | |
| enum | BlitterType : uint8_t { BLT_8BPP , BLT_32BPP } |
| Blitter type for base graphics sets. More... | |
Generic functions for replacing base graphics data.
Definition in file base_media_graphics.h.
| enum BlitterType : uint8_t |
Blitter type for base graphics sets.
| Enumerator | |
|---|---|
| BLT_8BPP | Base set has 8 bpp sprites only. |
| BLT_32BPP | Base set has both 8 bpp and 32 bpp sprites. |
Definition at line 27 of file base_media_graphics.h.
| enum GraphicsFileType : uint8_t |
Types of graphics in the base graphics set.
Definition at line 16 of file base_media_graphics.h.