]> git.mxchange.org Git - flightgear.git/blobdiff - Math/vector.h
typedef'd struct fgBUCKET.
[flightgear.git] / Math / vector.h
index 06f78862aa1b094b077e56bfb4eedf0e1eca7117..097a21245f59ff728da37698142f37fd00ccdee9 100644 (file)
 #define _VECTOR_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include <Math/mat3.h>
 
 
@@ -36,13 +41,21 @@ void map_vec_onto_cur_surface_plane(MAT3vec normal, MAT3vec v0, MAT3vec vec,
                                    MAT3vec result);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _VECTOR_H */
 
 
 /* $Log$
-/* Revision 1.3  1998/01/22 02:59:39  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.4  1998/04/21 17:03:51  curt
+/* Prepairing for C++ integration.
 /*
+ * Revision 1.3  1998/01/22 02:59:39  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.2  1998/01/19 19:27:14  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.