1dc35581f5
MSVC compiler.
19 lines
260 B
C
19 lines
260 B
C
#ifndef _CONTROLINPUT_H_
|
|
#define _CONTROLINPUT_H_
|
|
|
|
#include "uiuc_aircraft.h"
|
|
#include "uiuc_1Dinterpolation.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern double Simtime;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
void uiuc_controlInput();
|
|
|
|
#endif // _CONTROLINPUT_H_
|