OpenTTD Source 20260721-master-g25ec12c62d
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:1681
static const CursorID SPR_CURSOR_RAISELAND_FIRST
Definition sprites.h:1680
static const CursorID SPR_CURSOR_BUILDSIGNALS_FIRST
Definition sprites.h:1688
static const CursorID SPR_CURSOR_DEMOLISH_FIRST
Definition sprites.h:1671
static const CursorID SPR_CURSOR_RAISELAND_LAST
Definition sprites.h:1682
static const CursorID SPR_CURSOR_PICKSTATION_FIRST
Definition sprites.h:1684
static const CursorID SPR_CURSOR_PICKSTATION_1
Definition sprites.h:1685
static const CursorID SPR_CURSOR_DEMOLISH_1
Definition sprites.h:1672
static const CursorID SPR_CURSOR_LOWERLAND_LAST
Definition sprites.h:1678
static const CursorID SPR_CURSOR_PICKSTATION_LAST
Definition sprites.h:1686
static const CursorID SPR_CURSOR_BUILDSIGNALS_LAST
Definition sprites.h:1689
static const CursorID SPR_CURSOR_DEMOLISH_2
Definition sprites.h:1673
static const CursorID SPR_CURSOR_DEMOLISH_LAST
Definition sprites.h:1674
static const CursorID SPR_CURSOR_LOWERLAND_FIRST
Definition sprites.h:1676
static const CursorID SPR_CURSOR_LOWERLAND_1
Definition sprites.h:1677
A single sprite of a list of animated cursors.
Definition gfx_type.h:110