X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=985cfc60b68e51c6aefd0d8e7b2e28a90ef22755;hb=ef5037fe4294c67bd8b2dc7cbb903ecdc74c6bbb;hp=4ccceb468a82ba222fda1e7fa1a4d0a266be09ce;hpb=0c25cad3a132bf65b3945b52cac5a31542323f89;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 4ccceb468..985cfc60b 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -4,6 +4,8 @@ * Written 1998 by Durk Talsma, started Juni, 1998. For the flight gear * project. * + * Additional mouse supported added by David Megginson, 1999. + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the @@ -26,9 +28,9 @@ # include #endif -#include +#include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif @@ -37,41 +39,70 @@ #endif #include -#include +#include #if defined(FX) && defined(XMESA) # include #endif +#include STL_FSTREAM #include STL_STRING #include #include +#include +#include +#include +#include + #include -#include #include #include +#include +#include #include +#include #include -#include
#include
-#include
-#include -#include -#include