1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_get_flapper.h
2003-05-15 08:17:53 +00:00

23 lines
385 B
C

#ifndef _GET_FLAPPER_H_
#define _GET_FLAPPER_H_
#include "uiuc_flapdata.h"
#include "uiuc_aircraft.h"
#include <FDM/LaRCsim/ls_constants.h>
#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_