]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_recorder.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_recorder.h
index b532920a59a523f61278d30c6a8bc630cd2f53da..75c262bf78b0f570a852a83588b6a726b58eaaa5 100644 (file)
@@ -8,8 +8,16 @@
 #include <FDM/LaRCsim/ls_cockpit.h>
 #include <FDM/LaRCsim/ls_constants.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern double Simtime;
 
+#ifdef __cplusplus
+}
+#endif
+
 void uiuc_recorder(double dt );
 
 #endif //_RECORDER_H