1 #ifndef _ICED_NONLIN_H_
2 #define _ICED_NONLIN_H_
3 
4 #include "uiuc_aircraft.h"
5 #include <FDM/LaRCsim/ls_generic.h>
6 #include <FDM/LaRCsim/ls_constants.h>   /* RAD_TO_DEG, DEG_TO_RAD*/
7 
8 void Calc_Iced_Forces();
9 void add_ice_effects();
10 
11 #endif // _ICED_NONLIN_H_
12