]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/scenery.h
Prepairing for C++ integration.
[flightgear.git] / Scenery / scenery.h
index 8c59439508074a78826182537016b9cc9be3a887..09b1d98e07fec822bafaaf25d8e4e3b2ac6d6f6f 100644 (file)
 #define _SCENERY_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include <Include/fg_types.h>
 
 
@@ -62,13 +67,21 @@ void fgSceneryUpdate(double lon, double lat, double elev);
 void fgSceneryRender( void );
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _SCENERY_H */
 
 
 /* $Log$
-/* Revision 1.18  1998/03/14 00:30:51  curt
-/* Beginning initial terrain texturing experiments.
+/* Revision 1.19  1998/04/21 17:02:43  curt
+/* Prepairing for C++ integration.
 /*
+ * Revision 1.18  1998/03/14 00:30:51  curt
+ * Beginning initial terrain texturing experiments.
+ *
  * Revision 1.17  1998/02/20 00:16:24  curt
  * Thursday's tweaks.
  *