X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=853b9516d8ebcd6119a785865c64a664e91233b6;hb=dd440e78292ccda6423aff9adfe63915be2c0a65;hp=b26194d7087760428dbf2214dbbb9646690ff360;hpb=2dc567a4a4e63d09608b6d3842c8280ff6bbfb2a;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index b26194d70..853b9516d 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,71 @@ #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