OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of animated tiles. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/animated_tile_sl_compat.h"
#include "../tile_type.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | ANITChunkHandler |
Functions | |
const ChunkHandlerTable | _animated_tile_chunk_handlers (animated_tile_chunk_handlers) |
Variables | |
std::vector< TileIndex > | _animated_tiles |
The table/list with animated tiles. | |
static const SaveLoad | _animated_tile_desc [] |
static const ANITChunkHandler | ANIT |
static const ChunkHandlerRef | animated_tile_chunk_handlers [] |
Code handling saving and loading of animated tiles.
Definition in file animated_tile_sl.cpp.
|
static |
Definition at line 21 of file animated_tile_sl.cpp.
|
static |
Definition at line 69 of file animated_tile_sl.cpp.