1
0
Fork 0

- added guiErrorMessage

This commit is contained in:
curt 2001-07-24 23:50:44 +00:00
parent f636a6ce6d
commit c5d7944b17

View file

@ -36,10 +36,14 @@
#include <GL/glut.h> // needed before pu.h #include <GL/glut.h> // needed before pu.h
#include <plib/pu.h> // plib include #include <plib/pu.h> // plib include
#include <simgear/misc/exception.hxx>
// gui.cxx // gui.cxx
extern void guiInit(); extern void guiInit();
extern void guiToggleMenu(void); extern void guiToggleMenu(void);
extern void mkDialog(const char *txt); extern void mkDialog(const char *txt);
extern void guiErrorMessage(const char *txt);
extern void guiErrorMessage(const char *txt, const sg_throwable &throwable);
extern void ConfirmExitDialog(void); extern void ConfirmExitDialog(void);
extern void fgDumpSnapShot(); extern void fgDumpSnapShot();