1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Rename classes with snakes OpenRCT2/G*-M*

This commit is contained in:
Duncan
2023-01-19 15:13:23 +00:00
committed by GitHub
parent 859b071ddc
commit 23b6d1840e
30 changed files with 112 additions and 115 deletions

View File

@@ -15,13 +15,13 @@ InputState _inputState;
uint8_t _inputFlags;
uint8_t gInputPlaceObjectModifier;
widget_ref gHoverWidget;
widget_ref gPressedWidget;
WidgetRef gHoverWidget;
WidgetRef gPressedWidget;
uint16_t _tooltipNotShownTicks;
Tool gCurrentToolId;
widget_ref gCurrentToolWidget;
WidgetRef gCurrentToolWidget;
/**
*