]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_coef_drag.h
I have attached revisions to the UIUC code. The revisions include the
[flightgear.git] / src / FDM / UIUCModel / uiuc_coef_drag.h
1 #ifndef _COEF_DRAG_H_
2 #define _COEF_DRAG_H_
3
4 #include <FDM/LaRCsim/ls_generic.h>
5
6 #include "uiuc_parsefile.h"
7 #include "uiuc_aircraft.h"
8 #include "uiuc_1Dinterpolation.h"
9 #include "uiuc_2Dinterpolation.h"
10 #include "uiuc_3Dinterpolation.h"
11 #include "uiuc_ice.h"
12
13
14 void uiuc_coef_drag();
15
16 #endif // _COEF_DRAG_H_