1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_convert.h
2000-05-24 04:27:28 +00:00

8 lines
181 B
C

#ifndef _CONVERT_H_
#define _CONVERT_H_
#include "../LaRCsim/ls_constants.h" /* uses RAD_TO_DEG, DEG_TO_RAD */
double uiuc_convert( int conversionType );
#endif // _CONVERT_H_