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:
@@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user