]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_get_flapper.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_get_flapper.h
index 553ffc19fb5bddaa6649b5d9d3fa7f8b25c71cb4..762f77ee19af775f6c88822fc1715a7fe0d2e1dd 100644 (file)
@@ -7,8 +7,17 @@
 #include <FDM/LaRCsim/ls_generic.h>
 #include <FDM/LaRCsim/ls_cockpit.h>
 #include <math.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern double Simtime;
 
+#ifdef __cplusplus
+}
+#endif
+
 void uiuc_get_flapper(double dt);
 
 #endif //_GET_FLAPPER_H_