1
0
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:
Ted John
2016-09-03 13:54:59 +01:00
parent 2722a85ee4
commit cb235c9d56
4 changed files with 70 additions and 69 deletions

View File

@@ -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);