13 lines
192 B
C
13 lines
192 B
C
|
#ifndef _CONTROLINPUT_H_
|
||
|
#define _CONTROLINPUT_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
#include "uiuc_1Dinterpolation.h"
|
||
|
|
||
|
extern double Simtime;
|
||
|
|
||
|
|
||
|
void uiuc_controlInput();
|
||
|
|
||
|
#endif // _CONTROLINPUT_H_
|