2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _ENGINE_H_
|
|
|
|
#define _ENGINE_H_
|
|
|
|
|
|
|
|
#include "uiuc_aircraft.h"
|
2001-09-14 20:36:34 +00:00
|
|
|
#include "uiuc_1Dinterpolation.h"
|
2000-09-26 21:44:52 +00:00
|
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
|
|
#include <FDM/LaRCsim/ls_cockpit.h>
|
2000-03-22 22:01:33 +00:00
|
|
|
|
2001-09-14 20:36:34 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern double Simtime;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
void uiuc_engine();
|
|
|
|
#endif // _ENGINE_H_
|