- added guiErrorMessage
This commit is contained in:
parent
f636a6ce6d
commit
c5d7944b17
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue