1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_controlInput.h

13 lines
192 B
C
Raw Normal View History

2000-09-06 19:52:37 +00:00
#ifndef _CONTROLINPUT_H_
#define _CONTROLINPUT_H_
#include "uiuc_aircraft.h"
#include "uiuc_1Dinterpolation.h"
extern double Simtime;
void uiuc_controlInput();
#endif // _CONTROLINPUT_H_