X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=8ec77dfad1b64cb725406625886d4b597ea277c8;hb=5ea9c04c644a7e115f651132a6179d4e9d1ef8ce;hp=e904e2747084ab77d41bd026144167189f0aa00b;hpb=f8df262633786746d350fd2095f9a51bf50e4034;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index e904e2747..8ec77dfad 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -25,12 +25,13 @@ # include #endif +#include + +/* normans fix */ #if defined(FX) && defined(XMESA) bool global_fullscreen = true; #endif -#include - #include // rint() #include #include // atof(), atoi() @@ -38,27 +39,36 @@ bool global_fullscreen = true; #include STL_STRING -#include -#include -#include -#include -#include -#include +#include + +// #include +// #include +// #include +// #include +// #include #ifdef FG_NETWORK_OLK -# include +# include #endif -#include