Fix and improve fullscreen exit notice (also introducing MBX_DONTASK for "don't show this message again")

This commit is contained in:
RichardG867
2020-06-18 21:46:28 -03:00
parent 0a6e3ee1e2
commit 3539c4f465
6 changed files with 16 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ extern "C" {
#define MBX_FATAL 0x20
#define MBX_ANSI 0x80
#define MBX_LINKS 0x100
#define MBX_DONTASK 0x200
extern int ui_msgbox(int flags, void *message);
extern int ui_msgbox_header(int flags, void *header, void *message);