]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/tilemgr.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Scenery / tilemgr.h
index c43db6f08b5e1c052f14985e0da73f9acf520429..d61146846f7de316c3f113b58fa5444a0375e4e4 100644 (file)
  **************************************************************************/
 
 
+#ifndef _TILEMGR_H
+#define _TILEMGR_H
+
+
 /* Initialize the Tile Manager subsystem */
 void fgTileMgrInit( void );
 
@@ -37,11 +41,17 @@ void fgTileMgrUpdate( void );
 void fgTileMgrRender( void );
 
 
+#endif /* _TILEMGR_H */
+
+
 /* $Log$
-/* Revision 1.3  1998/01/19 18:40:38  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.4  1998/01/22 02:59:42  curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
 /*
+ * Revision 1.3  1998/01/19 18:40:38  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.2  1998/01/13 00:23:11  curt
  * Initial changes to support loading and management of scenery tiles.  Note,
  * there's still a fair amount of work left to be done.