|
|
@ -15,7 +15,9 @@
|
|
|
|
class GUIFunctions
|
|
|
|
class GUIFunctions
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
|
|
|
|
/* Do not rename into MessageBox to not conflict with WINAPI's MessageBox */
|
|
|
|
static void _MessageBox(unsigned short pid, int id, const char *label) noexcept;
|
|
|
|
static void _MessageBox(unsigned short pid, int id, const char *label) noexcept;
|
|
|
|
|
|
|
|
|
|
|
|
static void CustomMessageBox(unsigned short pid, int id, const char *label, const char *buttons) noexcept;
|
|
|
|
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 InputDialog(unsigned short pid, int id, const char *label) noexcept;
|
|
|
|
|
|
|
|
|
|
|
|