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 
main(int argc,char ** argv)11 int main(int argc, char **argv) {
12     model_init();
13 }
14