mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Refactor window.c to C++
This commit is contained in:
committed by
Michael Steenbeek
parent
83d1b6eb8f
commit
c3eab7ead6
@@ -24,7 +24,7 @@
|
||||
#include "../util/Util.h"
|
||||
#include "../Context.h"
|
||||
#include "Widget.h"
|
||||
#include "window.h"
|
||||
#include "Window.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);
|
||||
|
||||
Reference in New Issue
Block a user