X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=1073c5635472bf8ffa5ede6c2b1f25ffdbe52eb9;hb=2cd7473384ec231e2a013b280e83919b98ed2a15;hp=89abbfc4f8c59dbca3025a47c52428f08e470036;hpb=0660ea821af43e15a1fb378eb061b20972fc7338;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 89abbfc4f..1073c5635 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -25,11 +25,7 @@ # include #endif -#if defined(FX) && defined(XMESA) -bool global_fullscreen = true; -#endif - -#include +#include #include // rint() #include @@ -38,27 +34,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