Home
last modified time | relevance | path

Searched refs:SPR_TAB_WRENCH_0 (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A Dsprites.h196 SPR_TAB_WRENCH_0 = 5205, enumerator
197 SPR_TAB_WRENCH_1 = SPR_TAB_WRENCH_0 + 1,
198 SPR_TAB_WRENCH_2 = SPR_TAB_WRENCH_0 + 2,
199 SPR_TAB_WRENCH_3 = SPR_TAB_WRENCH_0 + 3,
200 SPR_TAB_WRENCH_4 = SPR_TAB_WRENCH_0 + 4,
201 SPR_TAB_WRENCH_5 = SPR_TAB_WRENCH_0 + 5,
202 SPR_TAB_WRENCH_6 = SPR_TAB_WRENCH_0 + 6,
203 SPR_TAB_WRENCH_7 = SPR_TAB_WRENCH_0 + 7,
204 SPR_TAB_WRENCH_8 = SPR_TAB_WRENCH_0 + 8,
205 SPR_TAB_WRENCH_9 = SPR_TAB_WRENCH_0 + 9,
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DShortcutKeys.cpp418 _tabs.push_back({ {}, SPR_TAB_WRENCH_0, 2, 16 }); in InitialiseTabs()
H A DThemes.cpp158 SPR_TAB_WRENCH_0,
H A DOptions.cpp2381 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_ADVANCED, SPR_TAB_WRENCH_0); in DrawTabImages()
H A DRide.cpp1098 window_ride_draw_tab_image(dpi, w, WINDOW_RIDE_PAGE_MAINTENANCE, SPR_TAB_WRENCH_0); in window_ride_draw_tab_images()