]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/obj.h
C++ - ifing the code a bit.
[flightgear.git] / Scenery / obj.h
index 9d8fdb2d5f1f5307c7053f0cc36d1f9da2b77a25..aa601c3d82146b9b89f23b80185351387766bdcd 100644 (file)
 #define _OBJ_H
 
 
-#ifdef __cplusplus                                                          
-extern "C" {                            
-#endif                                   
-
-
 #include <config.h>
 
 #ifdef HAVE_WINDOWS_H
@@ -44,6 +39,11 @@ extern "C" {
 #include <Include/fg_types.h>
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 /* Load a .obj file and generate the GL call list */
 GLint fgObjLoad(char *path, struct fgCartesianPoint *ref, double *radius);
 
@@ -57,9 +57,12 @@ GLint fgObjLoad(char *path, struct fgCartesianPoint *ref, double *radius);
 
 
 /* $Log$
-/* Revision 1.8  1998/04/21 17:02:43  curt
-/* Prepairing for C++ integration.
+/* Revision 1.9  1998/04/22 13:22:45  curt
+/* C++ - ifing the code a bit.
 /*
+ * Revision 1.8  1998/04/21 17:02:43  curt
+ * Prepairing for C++ integration.
+ *
  * Revision 1.7  1998/04/03 22:11:37  curt
  * Converting to Gnu autoconf system.
  *