1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_iced_nonlin.h
curt 9a5ec79e11 Updates to the UIUCModel code. This includes some big compile time
speedups to uiuc_menu.cpp.

(Note these were originally submitted before the cutoff date for new
features, but something was corrupted in the transfer so I granted a bit
of leeway in the schedule.)
2002-09-02 23:26:28 +00:00

11 lines
257 B
C

#ifndef _ICED_NONLIN_H_
#define _ICED_NONLIN_H_
#include "uiuc_aircraft.h"
#include <FDM/LaRCsim/ls_generic.h>
#include <FDM/LaRCsim/ls_constants.h> /* RAD_TO_DEG, DEG_TO_RAD*/
void Calc_Iced_Forces();
void add_ice_effects();
#endif // _ICED_NONLIN_H_