]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_alh_ap.h
Provide a better(?) solution to the windows GDI problem
[flightgear.git] / src / FDM / UIUCModel / uiuc_alh_ap.h
1
2 #ifndef _ALH_AP_H_
3 #define _ALH_AP_H_
4
5 double alh_ap(double pitch, double pitchrate, double H_ref, double H, 
6               double V, double sample_t, int init);
7
8 #endif //_ALH_AP_H_