|
|
|
@ -9,10 +9,11 @@
|
|
|
|
|
{"MessageBox", GUIFunctions::_MessageBox},\
|
|
|
|
|
{"CustomMessageBox", GUIFunctions::CustomMessageBox},\
|
|
|
|
|
{"InputDialog", GUIFunctions::InputDialog},\
|
|
|
|
|
{"PasswordDialog", GUIFunctions::PasswordDialog},\
|
|
|
|
|
{"ListBox", GUIFunctions::ListBox},\
|
|
|
|
|
{"SetMapVisibility", GUIFunctions::SetMapVisibility},\
|
|
|
|
|
{"SetMapVisibilityAll", GUIFunctions::SetMapVisibilityAll},\
|
|
|
|
|
{"SetConsoleAllow", GUIFunctions::SetConsoleAllow}\
|
|
|
|
|
{"SetConsoleAllow", GUIFunctions::SetConsoleAllow}\
|
|
|
|
|
|
|
|
|
|
class GUIFunctions
|
|
|
|
|
{
|
|
|
|
@ -22,6 +23,7 @@ public:
|
|
|
|
|
|
|
|
|
|
static void CustomMessageBox(unsigned short pid, int id, const char *label, const char *buttons) noexcept;
|
|
|
|
|
static void InputDialog(unsigned short pid, int id, const char *label) noexcept;
|
|
|
|
|
static void PasswordDialog(unsigned short pid, int id, const char *label) noexcept;
|
|
|
|
|
|
|
|
|
|
static void ListBox(unsigned short pid, int id, const char *label, const char *items);
|
|
|
|
|
|
|
|
|
|