X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=93fff76a3692489e65ebfa0721933f0004819b43;hb=e2dd3ac3e5682a47200f668343f91a617382f3fb;hp=81ccfd085b8dcc7b2b47d7a555951ff77f2423a9;hpb=cecd5685cabc54d66a7a641770fd4e5ab6fed05f;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 81ccfd085..93fff76a3 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