]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_ice.h
Bugfix: no automatic runway selection with --parkpos=
[flightgear.git] / src / FDM / UIUCModel / uiuc_ice.h
1 #ifndef _ICE_H_
2 #define _ICE_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_ice_eta();
17
18 double uiuc_ice_filter( double Ca_clean, double kCa );
19
20 #endif // _ICE_H_