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