]> git.mxchange.org Git - flightgear.git/blobdiff - Math/vector.h
typedef'd struct fgBUCKET.
[flightgear.git] / Math / vector.h
index c0f1be58b98b85f137707e954a893fb30961ce66..097a21245f59ff728da37698142f37fd00ccdee9 100644 (file)
  **************************************************************************/
 
 
-#include "../Math/mat3.h"
+#ifndef _VECTOR_H
+#define _VECTOR_H
+
+
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
+#include <Math/mat3.h>
 
 
 /* Map a vector onto the plane specified by normal */
@@ -32,8 +41,26 @@ void map_vec_onto_cur_surface_plane(MAT3vec normal, MAT3vec v0, MAT3vec vec,
                                    MAT3vec result);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* _VECTOR_H */
+
+
 /* $Log$
-/* Revision 1.1  1997/12/22 04:13:18  curt
-/* Initial revision.
+/* 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.
+ *
+ * Revision 1.1  1997/12/22 04:13:18  curt
+ * Initial revision.
+ *
  */