2000-09-06 19:52:37 +00:00
|
|
|
#ifndef _CONTROLINPUT_H_
|
|
|
|
#define _CONTROLINPUT_H_
|
|
|
|
|
|
|
|
#include "uiuc_aircraft.h"
|
|
|
|
#include "uiuc_1Dinterpolation.h"
|
|
|
|
|
2000-10-02 21:49:04 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2000-09-06 19:52:37 +00:00
|
|
|
extern double Simtime;
|
|
|
|
|
2000-10-02 21:49:04 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2000-09-06 19:52:37 +00:00
|
|
|
|
|
|
|
void uiuc_controlInput();
|
|
|
|
|
|
|
|
#endif // _CONTROLINPUT_H_
|