|
OpenTTD Source 20251117-master-g7398d2e290
|
Function implementations related to NewGRF animation. More...
#include "animated_tile_func.h"#include "core/random_func.hpp"#include "timer/timer_game_tick.h"#include "viewport_func.h"#include "newgrf_animation_type.h"#include "newgrf_callbacks.h"#include "tile_map.h"Go to the source code of this file.
Data Structures | |
| struct | TileAnimationFrameAnimationHelper< Tobj > |
| struct | AnimationBase< Tbase, Tspec, Tobj, Textra, GetCallback, Tframehelper > |
| Helper class for a unified approach to NewGRF animation. More... | |
Function implementations related to NewGRF animation.
Definition in file newgrf_animation_base.h.