X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud.cxx;h=f9b9f3a9749b9cac69fb896ef681d5ed2f79d22b;hb=b588a92b7f31cc7030077c1906c9014d7e7bb437;hp=bf731e42c784da47d04f26ff4d69587324a33c2b;hpb=56a8d4247d86ede882b40eb7a33ed2d30aecac24;p=flightgear.git diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index bf731e42c..f9b9f3a97 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -16,166 +16,211 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ +#include +#include + +#include +#include #ifdef HAVE_CONFIG_H # include #endif -#ifdef HAVE_WINDOWS_H -# include -#endif - -#ifdef __BORLANDC__ -# define exception c_exception -#endif #include - -#include #include -#include +#include // char related functions +#include // strcmp() #include #include -//#include -//#include +#include +#include + +#include #include -#include -#include -#include
-#ifdef FG_NETWORK_OLK -#include -#endif +//#include +#include // FGFontCache +#include
#include -//#include