]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_iceboot.h
Merge branch 'jsd/atmos' into topic/atmos-merge
[flightgear.git] / src / FDM / UIUCModel / uiuc_iceboot.h
1 #ifndef _ICEBOOT_H_
2 #define _ICEBOOT_H_
3
4 #include "uiuc_aircraft.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern double Simtime;
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 void uiuc_iceboot( double dt);
17
18
19 #endif // _ICEBOOT_H_