]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_pah_ap.h
I forgot a linker dependency. It really si time to figure out why these are all needed.
[flightgear.git] / src / FDM / UIUCModel / uiuc_pah_ap.h
1
2 #ifndef _PAH_AP_H_
3 #define _PAH_AP_H_
4
5 double pah_ap(double pitch, double pitchrate, double pitch_ref, double V,
6               double sample_t, int init);
7
8 #endif //_PAH_AP_H_