41 static int ShowError(
const std::string& title,
const std::string& message);
47 static int ShowInfo(
const std::string& title,
const std::string& message);
54 static int ShowMsgBox(
const std::string& title,
const std::string& err,
int type);
Central state/object manager and communications hub.
static int ShowMsgBox(const std::string &title, const std::string &err, int type)
shows a generic message box
static int ShowInfo(const std::string &title, const std::string &message)
shows a simple info message box
static int ShowError(const std::string &title, const std::string &message)
shows a simple error message box