|
OpenTTD Source
13.2.1
|
#include "../stdafx.h"#include "saveload.h"#include "compat/animated_tile_sl_compat.h"#include "../tile_type.h"#include "../core/alloc_func.hpp"#include "../core/smallvec_type.hpp"#include "../safeguards.h"Go to the source code of this file.
Data Structures | |
| struct | ANITChunkHandler |
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 [] |
| const ChunkHandlerTable | _animated_tile_chunk_handlers (animated_tile_chunk_handlers) |
Code handling saving and loading of animated tiles
Definition in file animated_tile_sl.cpp.
|
static |
Definition at line 23 of file animated_tile_sl.cpp.
|
static |
Definition at line 71 of file animated_tile_sl.cpp.