9a5ec79e11
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.)
11 lines
257 B
C
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_
|