1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Rename rct_window_event_list to WindowEventList

This commit is contained in:
Gymnasiast
2022-08-27 16:56:52 +02:00
parent 5647fc8506
commit 45e7ee6a73
29 changed files with 65 additions and 69 deletions

View File

@@ -26,7 +26,7 @@ static rct_widget window_map_tooltip_widgets[] = {
static void WindowMapTooltipUpdate(rct_window *w);
static void WindowMapTooltipPaint(rct_window *w, rct_drawpixelinfo *dpi);
static rct_window_event_list window_map_tooltip_events([](auto& events)
static WindowEventList window_map_tooltip_events([](auto& events)
{
events.update = &WindowMapTooltipUpdate;
events.paint = &WindowMapTooltipPaint;