From: curt Date: Tue, 24 Jul 2001 23:50:44 +0000 (+0000) Subject: - added guiErrorMessage X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5d7944b17f76a52f9316fff67a01784b3f1c898;p=flightgear.git - added guiErrorMessage --- diff --git a/src/GUI/gui.h b/src/GUI/gui.h index 2f8505ea1..121ed76c3 100644 --- a/src/GUI/gui.h +++ b/src/GUI/gui.h @@ -36,10 +36,14 @@ #include // needed before pu.h #include // plib include +#include + // gui.cxx extern void guiInit(); extern void guiToggleMenu(void); 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 fgDumpSnapShot();