mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Rename classes with snakes OpenRCT2/A*-F* (#19215)
* Rename classes with snakes OpenRCT2/A*-F* * Clang format files
This commit is contained in:
@@ -24,7 +24,7 @@ static Widget window_map_tooltip_widgets[] = {
|
||||
};
|
||||
|
||||
static void WindowMapTooltipUpdate(rct_window *w);
|
||||
static void WindowMapTooltipPaint(rct_window *w, rct_drawpixelinfo *dpi);
|
||||
static void WindowMapTooltipPaint(rct_window *w, DrawPixelInfo *dpi);
|
||||
|
||||
static WindowEventList window_map_tooltip_events([](auto& events)
|
||||
{
|
||||
@@ -137,7 +137,7 @@ static void WindowMapTooltipUpdate(rct_window* w)
|
||||
*
|
||||
* rct2: 0x006EE894
|
||||
*/
|
||||
static void WindowMapTooltipPaint(rct_window* w, rct_drawpixelinfo* dpi)
|
||||
static void WindowMapTooltipPaint(rct_window* w, DrawPixelInfo* dpi)
|
||||
{
|
||||
StringId stringId;
|
||||
std::memcpy(&stringId, _mapTooltipArgs.Data(), sizeof(StringId));
|
||||
|
||||
Reference in New Issue
Block a user