]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/obj.h
Prepairing for C++ integration.
[flightgear.git] / Scenery / obj.h
index 030033c6206d910678711e966adec3a8922802f7..9d8fdb2d5f1f5307c7053f0cc36d1f9da2b77a25 100644 (file)
@@ -1,5 +1,5 @@
 /**************************************************************************
- * obj.h -- routines to handle WaveFront .obj format files.
+ * obj.h -- routines to handle WaveFront .obj-ish format files.
  *
  * Written by Curtis Olson, started October 1997.
  *
 #define _OBJ_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include <config.h>
 
 #ifdef HAVE_WINDOWS_H
 GLint fgObjLoad(char *path, struct fgCartesianPoint *ref, double *radius);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _OBJ_H */
 
 
 /* $Log$
-/* Revision 1.7  1998/04/03 22:11:37  curt
-/* Converting to Gnu autoconf system.
+/* 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.
+ *
  * Revision 1.6  1998/01/31 00:43:25  curt
  * Added MetroWorks patches from Carmen Volpe.
  *