]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/scenery.h
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Scenery / scenery.h
index 8c59439508074a78826182537016b9cc9be3a887..74250df4b418f1a6a9f77727c8e3c55b0bef585b 100644 (file)
 #include <Include/fg_types.h>
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 /* Define a structure containing global scenery parameters */
 struct fgSCENERY {
     /* number of terrain data points to skip */
@@ -62,18 +67,32 @@ 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.21  1998/04/25 22:06:31  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.20  1998/04/22 13:22:45  curt
+ * C++ - ifing the code a bit.
+ *
+ * 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.
  *
  * Revision 1.16  1998/01/27 00:48:03  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.15  1998/01/22 02:59:41  curt