mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Rename global window functions to TitleCase (#19167)
This commit is contained in:
@@ -425,7 +425,7 @@ void WindowDropdownShowImage(
|
||||
|
||||
void WindowDropdownClose()
|
||||
{
|
||||
window_close_by_class(WindowClass::Dropdown);
|
||||
WindowCloseByClass(WindowClass::Dropdown);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user