mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 08:12:53 +01:00
Add function description
This commit is contained in:
@@ -855,6 +855,9 @@ void window_close_all_except_class(rct_windowclass cls)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Closes all windows, save for those having any of the passed flags.
|
||||
*/
|
||||
void window_close_all_except_flags(uint16 flags)
|
||||
{
|
||||
for (rct_window * w = RCT2_LAST_WINDOW; w >= g_window_list; w--)
|
||||
|
||||
Reference in New Issue
Block a user