]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_controlInput.h
MSVC compatibility changes and code tweaks for minor nits caught by the
[flightgear.git] / src / FDM / UIUCModel / uiuc_controlInput.h
1 #ifndef _CONTROLINPUT_H_
2 #define _CONTROLINPUT_H_
3
4 #include "uiuc_aircraft.h"
5 #include "uiuc_1Dinterpolation.h"
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 extern double Simtime;
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 void uiuc_controlInput();
18
19 #endif // _CONTROLINPUT_H_