OpenTTD Source
20241108-master-g80f628063a
|
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.