]> git.mxchange.org Git - simgear.git/blobdiff - Math/mat3defs.h
Prepairing for C++ integration.
[simgear.git] / Math / mat3defs.h
index 369ce25d82b4e53cf656f3006ffd5edadaa7a11d..dd4ceeb5e9385cbe7c42cb7602f41c4a83d1ea08 100644 (file)
@@ -1,5 +1,14 @@
 /* Copyright 1988, Brown Computer Graphics Group.  All Rights Reserved. */
 
+
+#ifndef _MAT3DEFS_H
+#define _MAT3DEFS_H
+
+
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
 #include <stdio.h>
 /* #include <Math/mat3err.h> */
 #include <Math/mat3.h>
 /* -------------------------  Global Variables ---------------------------- */
 
 /* extern ERRid        *MAT3_errid; */
+
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* _MAT3DEFS_H */