1
0
Fork 0
flightgear/LaRCsim/mymain.c

14 lines
193 B
C
Raw Normal View History

1997-05-29 00:09:51 +00:00
/* test main for playing with the LaRCsim code */
#include "ls_types.h"
#include "ls_cockpit.h"
#include "ls_generic.h"
COCKPIT cockpit_;
GENERIC generic_;
int main() {
model_init();
}