mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
fix #1144
This commit is contained in:
@@ -485,8 +485,16 @@ enum {
|
||||
LOADSAVETYPE_NETWORK = 1 << 4,
|
||||
};
|
||||
|
||||
extern bool gLoadSaveTitleSequenceSave;
|
||||
enum {
|
||||
MODAL_RESULT_FAIL = -1,
|
||||
MODAL_RESULT_CANCEL,
|
||||
MODAL_RESULT_OK
|
||||
};
|
||||
|
||||
typedef void (*modal_callback)(int result);
|
||||
|
||||
extern bool gLoadSaveTitleSequenceSave;
|
||||
extern modal_callback gLoadSaveCallback;
|
||||
|
||||
// rct2: 0x01420078
|
||||
extern rct_window* g_window_list;
|
||||
|
||||
Reference in New Issue
Block a user