]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / gui.cxx
index e853760b1b164e2890ecf328d209385fbd49cb6c..4f07a7049cffe9a23171221e4e90c10f7c09b1c2 100644 (file)
 #  include <windows.h>
 #endif
 
-#include <simgear/misc/props.hxx>
-#include <simgear/misc/props_io.hxx>
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 #include <simgear/misc/sg_path.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/props/props_io.hxx>
 
 #include <plib/pu.h>
 
 #include <Include/general.hxx>
+#include <Main/main.hxx>
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 
 #include "preset_dlg.hxx"
 
 
-// main.cxx hack, should come from an include someplace
-extern void fgInitVisuals( void );
-extern void fgRenderFrame( void );
-
 extern void initDialog (void);
 extern void mkDialogInit (void);
 extern void ConfirmExitDialogInit(void);