1
0
Fork 0

Add extern "C" wrappers.

This commit is contained in:
curt 2004-03-16 20:44:00 +00:00
parent 25290c4467
commit fe7321e91e

View file

@ -9,8 +9,16 @@
#include <FDM/LaRCsim/ls_generic.h>
#include <FDM/LaRCsim/ls_constants.h> /* RAD_TO_DEG, DEG_TO_RAD*/
#ifdef __cplusplus
extern "C" {
#endif
extern double Simtime;
#ifdef __cplusplus
}
#endif
void uiuc_auto_pilot(double dt);
#endif // _AUTO_PILOT_H_