![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <ErrorUtils.h>
Static Public Member Functions | |
static int | ShowError (const std::string &title, const std::string &message) |
shows a simple error message box More... | |
static int | ShowInfo (const std::string &title, const std::string &message) |
shows a simple info message box More... | |
static int | ShowMsgBox (const std::string &title, const std::string &err, int type) |
shows a generic message box More... | |
Definition at line 35 of file ErrorUtils.h.
|
static |
shows a simple error message box
Definition at line 46 of file ErrorUtils.cpp.
|
static |
shows a simple info message box
Definition at line 53 of file ErrorUtils.cpp.
|
static |
shows a generic message box
type | 0 for error, 1 for info |
Definition at line 58 of file ErrorUtils.cpp.