]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/sun.h
Prepairing for C++ integration.
[flightgear.git] / Astro / sun.h
index b37a7934195138a5dd1f86f6dfd01909d592cafe..b9f6f0b03825ee2de41a3977aa8453229c1881ee 100644 (file)
 #define _SUN_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 extern fgSUNPOS solarPosition;
 
 
@@ -40,13 +45,21 @@ void fgSunInit( void );
 void fgSunRender( void );
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _SUN_H */
 
 
 /* $Log$
-/* Revision 1.5  1998/03/09 22:47:26  curt
-/* Incorporated Durk's updates.
+/* Revision 1.6  1998/04/21 17:02:33  curt
+/* Prepairing for C++ integration.
 /*
+ * Revision 1.5  1998/03/09 22:47:26  curt
+ * Incorporated Durk's updates.
+ *
  * Revision 1.4  1998/02/23 19:07:57  curt
  * Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
  * calculation code between sun display, and other FG sections that use this