]> git.mxchange.org Git - simgear.git/blobdiff - Math/mat3err.h
Prepairing for C++ integration.
[simgear.git] / Math / mat3err.h
index d2c5e4f911d7462eccb145b9b0db7797b8f6cb7a..7ac5740addb131dbab43f3b74a44b2643c29df7a 100644 (file)
@@ -1,3 +1,12 @@
+#ifndef _MAT3ERR_H
+#define _MAT3ERR_H
+
+
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include "sph_errtypes.h"
 
 #ifdef THINK_C
@@ -24,3 +33,9 @@ typedef int ERRid;
 #define ERRregister_package(S)    100
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* _MAT3ERR_H */