|
|
@ -30,7 +30,7 @@ extern bool MsgAlert(bool yes_no, int Style, const char* format, ...) |
|
|
void SetEnableAlert(bool enable); |
|
|
void SetEnableAlert(bool enable); |
|
|
|
|
|
|
|
|
#ifndef GEKKO |
|
|
#ifndef GEKKO |
|
|
#ifdef MSVC_VER |
|
|
|
|
|
|
|
|
#ifdef _MSC_VER |
|
|
#define SuccessAlert(format, ...) MsgAlert(false, INFORMATION, format, __VA_ARGS__) |
|
|
#define SuccessAlert(format, ...) MsgAlert(false, INFORMATION, format, __VA_ARGS__) |
|
|
#define PanicAlert(format, ...) MsgAlert(false, WARNING, format, __VA_ARGS__) |
|
|
#define PanicAlert(format, ...) MsgAlert(false, WARNING, format, __VA_ARGS__) |
|
|
#define PanicYesNo(format, ...) MsgAlert(true, WARNING, format, __VA_ARGS__) |
|
|
#define PanicYesNo(format, ...) MsgAlert(true, WARNING, format, __VA_ARGS__) |
|
|
|