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.)
19 lines
217 B
C
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_
|