]> git.mxchange.org Git - flightgear.git/blob - 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
1 #ifndef _GET_FLAPPER_H_
2 #define _GET_FLAPPER_H_
3
4 #include "uiuc_flapdata.h"
5 #include "uiuc_aircraft.h"
6 #include <FDM/LaRCsim/ls_constants.h>
7 #include <FDM/LaRCsim/ls_generic.h>
8 #include <FDM/LaRCsim/ls_cockpit.h>
9 #include <math.h>
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 extern double Simtime;
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 void uiuc_get_flapper(double dt);
22
23 #endif //_GET_FLAPPER_H_