12 lines
220 B
C
12 lines
220 B
C
|
#ifndef _BETAPROBE_H_
|
||
|
#define _BETAPROBE_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
#include "../FDM/LaRCsim/ls_constants.h"
|
||
|
#include "../FDM/LaRCsim/ls_generic.h"
|
||
|
#include <math.h>
|
||
|
|
||
|
void uiuc_betaprobe();
|
||
|
|
||
|
#endif // _BETAPROBE_H_
|