mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Integrate filter arguments in guest list window
This commit is contained in:
@@ -512,6 +512,14 @@ enum VISIBILITY_CACHE
|
||||
VC_COVERED
|
||||
};
|
||||
|
||||
enum GUEST_LIST_FILTER_TYPE
|
||||
{
|
||||
GLFT_GUESTS_ON_RIDE,
|
||||
GLFT_GUESTS_IN_QUEUE,
|
||||
GLFT_GUESTS_THINKING_ABOUT_RIDE,
|
||||
GLFT_GUESTS_THINKING_X,
|
||||
};
|
||||
|
||||
typedef void (*modal_callback)(int result);
|
||||
typedef void (*scenarioselect_callback)(const utf8 *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user