1
0
Fork 0
flightgear/src/FDM/LaRCsim/mymain.c
Tim Moore c90db01dc8 source tree reorganization prior to flightgear 0.7
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02: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();
}