1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Convert rct_window to opaque pointer

This commit is contained in:
Marijn van der Werf
2018-01-05 23:31:19 +01:00
committed by Aaron van Geffen
parent 4c956def67
commit aa0933d08a
10 changed files with 125 additions and 86 deletions

View File

@@ -25,6 +25,7 @@
#include "../Context.h"
#include "Widget.h"
#include "Window.h"
#include "Window_internal.h"
static void widget_frame_draw(rct_drawpixelinfo *dpi, rct_window *w, rct_widgetindex widgetIndex);
static void widget_resize_draw(rct_drawpixelinfo *dpi, rct_window *w, rct_widgetindex widgetIndex);