]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/tilecache.h
Prepairing for C++ integration.
[flightgear.git] / Scenery / tilecache.h
index 7c6c69e96dfdf2f07652962a9785a0597c2c4a40..10c204b936629c0570c5779d0a296434fc0ca5d5 100644 (file)
 #define _TILECACHE_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include <config.h>
 
 #ifdef HAVE_WINDOWS_H
@@ -37,7 +42,7 @@
 #include <GL/glut.h>
 #include <XGL/xgl.h>
 
-#include <Scenery/Bucket/bucketutils.h>
+#include <Bucket/bucketutils.h>
 #include <Include/fg_types.h>
 
 /* For best results ... i.e. to avoid tile load problems and blank areas
@@ -77,13 +82,24 @@ void fgTileCacheEntryInfo( int index, GLint *display_list,
                           struct fgCartesianPoint *local_ref );
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _TILECACHE_H */
 
 
 /* $Log$
-/* Revision 1.8  1998/04/08 23:30:08  curt
-/* Adopted Gnu automake/autoconf system.
+/* Revision 1.10  1998/04/21 17:02:45  curt
+/* Prepairing for C++ integration.
 /*
+ * Revision 1.9  1998/04/14 02:23:17  curt
+ * Code reorganizations.  Added a Lib/ directory for more general libraries.
+ *
+ * Revision 1.8  1998/04/08 23:30:08  curt
+ * Adopted Gnu automake/autoconf system.
+ *
  * Revision 1.7  1998/04/03 22:11:38  curt
  * Converting to Gnu autoconf system.
  *