15 lines
277 B
C
15 lines
277 B
C
#ifndef _COEF_LIFT_H_
|
|
#define _COEF_LIFT_H_
|
|
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
|
|
#include "uiuc_parsefile.h"
|
|
#include "uiuc_aircraft.h"
|
|
#include "uiuc_1Dinterpolation.h"
|
|
#include "uiuc_2Dinterpolation.h"
|
|
#include "uiuc_ice.h"
|
|
|
|
|
|
void uiuc_coef_lift();
|
|
|
|
#endif // _COEF_LIFT_H_
|