X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2Ftileentry.cxx;h=b87da6b1d6fbca5a418d3c5746004004f23cf905;hb=4a79d82ba62fa4e5be759fa0fc4b20220e8da303;hp=d60c9578a568fe6f5c8834bf62090486f92aa5d5;hpb=5ea9c04c644a7e115f651132a6179d4e9d1ef8ce;p=flightgear.git diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index d60c9578a..b87da6b1d 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 - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,40 +16,80 @@ // // 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$ +#ifdef HAVE_CONFIG_H +# include +#endif + #include +#include +#include
-#ifdef SG_MATH_EXCEPTION_CLASH -# include -#endif -#include STL_FUNCTIONAL -#include STL_ALGORITHM +#include STL_STRING + +#include +#include +#include +#include +#include +#include +#include #include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include +#include
#include
+#include
#include #include