]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_recorder.h
Fix many clang errors in UIUC code
[flightgear.git] / src / FDM / UIUCModel / uiuc_recorder.h
1
2 #ifndef _RECORDER_H
3 #define _RECORDER_H
4
5 #include "uiuc_parsefile.h"
6 #include "uiuc_aircraft.h"
7 #include <FDM/LaRCsim/ls_generic.h>
8 #include <FDM/LaRCsim/ls_cockpit.h>
9 #include <FDM/LaRCsim/ls_constants.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_recorder(double dt );
22
23 #endif //_RECORDER_H