]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_aerodeflections.h
Removed useless divisions - As a side effect, it removes the risk of divisions by...
[flightgear.git] / src / FDM / UIUCModel / uiuc_aerodeflections.h
1 #ifndef _AERODEFLECTIONS_H_
2 #define _AERODEFLECTIONS_H_
3
4 #include "uiuc_aircraft.h"                 /* aileron, elevator, rudder               */
5 #include "uiuc_find_position.h"
6 #include <FDM/LaRCsim/ls_cockpit.h>     /* Long_control, Lat_control, Rudder_pedal */
7 #include <FDM/LaRCsim/ls_constants.h>   /* RAD_TO_DEG, DEG_TO_RAD                  */
8 #include <FDM/LaRCsim/ls_generic.h> //For global LaRCsim variables
9
10 void uiuc_aerodeflections( double dt );
11
12 #endif  // _AERODEFLECTIONS_H_