]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Fix line endings
[flightgear.git] / src / GUI / gui.h
index 33bf3def5294c8b7c98a3313765670e09cf9a84f..4220b4714578c0609b08e2ee605e5a037e360e5e 100644 (file)
@@ -33,9 +33,7 @@
 #  include <windows.h>
 #endif
 
-#include FG_GLUT_H              // needed before pu.h
-
-#include <plib/pu.h>           // plib include
+#include <plib/pu.h>
 
 #include <simgear/structure/exception.hxx>
 
@@ -47,7 +45,6 @@ extern void guiInit();
 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();
 
@@ -59,14 +56,14 @@ extern int gui_menu_on;
 extern void saveFlight(puObject *);
 extern void loadFlight(puObject *);
 extern void reInit(puObject *);
-extern void dumpSnapShot(puObject *);
+extern void fgDumpSnapShotWrapper(puObject *);
 #ifdef TR_HIRES_SNAP
-extern void dumpHiResSnapShot(puObject *);
+extern void fgHiResDumpWrapper(puObject *);
+extern void fgHiResDump();
 #endif
 #if defined( WIN32 ) && !defined( __CYGWIN__) && !defined(__MINGW32__)
 extern void printScreen(puObject *);
 #endif
-extern void MayBeGoodBye(puObject *);
 extern void guiTogglePanel(puObject *);
 extern void PilotOffsetAdjust(puObject *);
 extern void fgHUDalphaAdjust(puObject *);