]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_aerodeflections.h
Reset: work with threaded OSG modes
[flightgear.git] / src / FDM / UIUCModel / uiuc_aerodeflections.h
index 6638e5f81fc8ef909defd0dc0969470149d3ecb2..0c12656cdb98441d272724b1fef70fc206c6d572 100644 (file)
@@ -1,11 +1,12 @@
-
 #ifndef _AERODEFLECTIONS_H_
 #define _AERODEFLECTIONS_H_
 
-#include "uiuc_aircraft.h"  /* uses aileron, elevator, rudder               */
-#include "../LaRCsim/ls_cockpit.h"     /* uses Long_control, Lat_control, Rudder_pedal */
-#include "../LaRCsim/ls_constants.h"   /* uses RAD_TO_DEG, DEG_TO_RAD                  */
+#include "uiuc_aircraft.h"                 /* aileron, elevator, rudder               */
+#include "uiuc_find_position.h"
+#include <FDM/LaRCsim/ls_cockpit.h>     /* Long_control, Lat_control, Rudder_pedal */
+#include <FDM/LaRCsim/ls_constants.h>   /* RAD_TO_DEG, DEG_TO_RAD                  */
+#include <FDM/LaRCsim/ls_generic.h> //For global LaRCsim variables
 
-void uiuc_aerodeflections();
+void uiuc_aerodeflections( double dt );
 
 #endif  // _AERODEFLECTIONS_H_