2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _ENGINE_H_
|
|
|
|
#define _ENGINE_H_
|
|
|
|
|
|
|
|
#include "uiuc_aircraft.h"
|
2000-05-24 04:27:28 +00:00
|
|
|
#include "../LaRCsim/ls_generic.h"
|
|
|
|
#include "../LaRCsim/ls_cockpit.h"
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
void uiuc_engine();
|
|
|
|
#endif // _ENGINE_H_
|