1
0
Fork 0
flightgear/Simulator/FDM/LaRCsim/mymain.c
1999-04-05 21:32:32 +00:00

13 lines
214 B
C

/* 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(int argc, char **argv) {
model_init();
}