RigsofRods
Soft-body Physics Simulation
|
#include <ErrorUtils.h>
Static Public Member Functions | |
static int | ShowError (Ogre::UTFString title, Ogre::UTFString message) |
shows a simple error message box More... | |
static int | ShowInfo (Ogre::UTFString title, Ogre::UTFString message) |
shows a simple info message box More... | |
static int | ShowMsgBox (Ogre::UTFString title, Ogre::UTFString err, int type) |
shows a generic message box More... | |
Definition at line 37 of file ErrorUtils.h.
|
static |
shows a simple error message box
Definition at line 43 of file ErrorUtils.cpp.
|
static |
shows a simple info message box
Definition at line 50 of file ErrorUtils.cpp.
|
static |
shows a generic message box
type | 0 for error, 1 for info |
Definition at line 55 of file ErrorUtils.cpp.