X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FScenery%2Ftileentry.cxx;h=c1e4bc3c7add2e667b0dffafda5aa24a587104c0;hb=470292a4341334820681d6d6e2ecc6039b8d6dd6;hp=05a7eb1ae51ed62351bac9aaf0340b7d607d146f;hpb=39ae3864defa9be90667638efa000bc0ac2fbdfb;p=flightgear.git diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index 05a7eb1ae..c1e4bc3c7 100644 --- a/src/Scenery/tileentry.cxx +++ b/src/Scenery/tileentry.cxx @@ -1,8 +1,8 @@ -// tile.cxx -- routines to handle a scenery tile +// tileentry.cxx -- routines to handle a scenery tile // // Written by Curtis Olson, started May 1998. // -// Copyright (C) 1998, 1999 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1998 - 2001 Curtis L. Olson - curt@flightgear.org // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -21,41 +21,147 @@ // $Id$ -#include - -#ifdef FG_MATH_EXCEPTION_CLASH -# include +#ifdef HAVE_CONFIG_H +# include #endif -#include STL_FUNCTIONAL -#include STL_ALGORITHM +#include #include #include +#include +#include +#include -#include "tileentry.hxx" +#include +#include +#include
+#include
+#include +#include