|
OpenTTD Source 20251117-master-g7398d2e290
|
NewGRF Action 0x06 handler. More...
#include "../stdafx.h"#include "../debug.h"#include "newgrf_bytereader.h"#include "newgrf_internal.h"#include "../safeguards.h"Go to the source code of this file.
Functions | |
| static void | CfgApply (ByteReader &buf) |
Variables | |
| std::map< GRFLocation, std::pair< SpriteID, uint16_t > > | _grm_sprites |
| GRFLineToSpriteOverride | _grf_line_to_action6_sprite_override |
NewGRF Action 0x06 handler.
Definition in file newgrf_act6.cpp.
|
static |
Definition at line 21 of file newgrf_act6.cpp.
| GRFLineToSpriteOverride _grf_line_to_action6_sprite_override |
Definition at line 18 of file newgrf_act6.cpp.
| std::map<GRFLocation, std::pair<SpriteID, uint16_t> > _grm_sprites |
Definition at line 17 of file newgrf_act6.cpp.