1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_iceboot.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

19 lines
217 B
C

#ifndef _ICEBOOT_H_
#define _ICEBOOT_H_
#include "uiuc_aircraft.h"
#ifdef __cplusplus
extern "C" {
#endif
extern double Simtime;
#ifdef __cplusplus
}
#endif
void uiuc_iceboot( double dt);
#endif // _ICEBOOT_H_