1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Close #13625: Refactor TOOL_IDX to use strong enum

This commit is contained in:
Tulio Leao
2020-12-23 01:11:15 -03:00
parent d6ebdded6b
commit 00483df2f2
22 changed files with 64 additions and 65 deletions

View File

@@ -20,7 +20,7 @@ widget_ref gPressedWidget;
uint16_t _tooltipNotShownTicks;
TOOL_IDX gCurrentToolId;
Tool gCurrentToolId;
widget_ref gCurrentToolWidget;
/**