]> git.mxchange.org Git - flightgear.git/blob - src/FDM/LaRCsim/mymain.c
Updates to the scenery loading infrastructure to make it more flexible,
[flightgear.git] / src / FDM / LaRCsim / mymain.c
1 /* test main for playing with the LaRCsim code */
2
3 #include "ls_types.h"
4 #include "ls_cockpit.h"
5 #include "ls_generic.h"
6
7
8 COCKPIT cockpit_;
9 GENERIC generic_;
10
11 int main(int argc, char **argv) {
12     model_init();
13 }