/* 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(); }