OpenTTD Source 20260711-master-g3fb3006dff
animcursors.h
Go to the documentation of this file.
1/*
2 * This file is part of OpenTTD.
3 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <https://www.gnu.org/licenses/old-licenses/gpl-2.0>.
6 */
7
16
26
35
44
53
61
static constexpr AnimCursor _build_signals_animcursor[]
Animated cursor elements for the build signal icon.
Definition animcursors.h:57
static constexpr AnimCursor _order_goto_animcursor[]
Animated cursor elements for the goto icon.
Definition animcursors.h:48
static constexpr AnimCursor _demolish_animcursor[]
Animated cursor elements for demolition.
Definition animcursors.h:20
static constexpr AnimCursor _raise_land_animcursor[]
Animated cursor elements for raise land.
Definition animcursors.h:39
static constexpr std::span< const AnimCursor > _animcursors[]
This is an array of pointers to all the animated cursor definitions we have above.
Definition animcursors.h:67
static constexpr AnimCursor _lower_land_animcursor[]
Animated cursor elements for lower land.
Definition animcursors.h:30
static const CursorID SPR_CURSOR_RAISELAND_1
Definition sprites.h:1676
static const CursorID SPR_CURSOR_RAISELAND_FIRST
Definition sprites.h:1675
static const CursorID SPR_CURSOR_BUILDSIGNALS_FIRST
Definition sprites.h:1683
static const CursorID SPR_CURSOR_DEMOLISH_FIRST
Definition sprites.h:1666
static const CursorID SPR_CURSOR_RAISELAND_LAST
Definition sprites.h:1677
static const CursorID SPR_CURSOR_PICKSTATION_FIRST
Definition sprites.h:1679
static const CursorID SPR_CURSOR_PICKSTATION_1
Definition sprites.h:1680
static const CursorID SPR_CURSOR_DEMOLISH_1
Definition sprites.h:1667
static const CursorID SPR_CURSOR_LOWERLAND_LAST
Definition sprites.h:1673
static const CursorID SPR_CURSOR_PICKSTATION_LAST
Definition sprites.h:1681
static const CursorID SPR_CURSOR_BUILDSIGNALS_LAST
Definition sprites.h:1684
static const CursorID SPR_CURSOR_DEMOLISH_2
Definition sprites.h:1668
static const CursorID SPR_CURSOR_DEMOLISH_LAST
Definition sprites.h:1669
static const CursorID SPR_CURSOR_LOWERLAND_FIRST
Definition sprites.h:1671
static const CursorID SPR_CURSOR_LOWERLAND_1
Definition sprites.h:1672
A single sprite of a list of animated cursors.
Definition gfx_type.h:110