X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fdefault_model_routines.c;h=b888dba6cbfded2cffd547737d24eed94f7249b4;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=65e72af77467cbf115203c6aca9952eb5e50b150;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/LaRCsim/default_model_routines.c b/LaRCsim/default_model_routines.c index 65e72af77..b888dba6c 100644 --- a/LaRCsim/default_model_routines.c +++ b/LaRCsim/default_model_routines.c @@ -33,6 +33,10 @@ $Header$ $Log$ +Revision 1.2 1998/01/19 18:40:23 curt +Tons of little changes to clean up the code and to remove fatal errors +when building with the c++ compiler. + Revision 1.1 1997/05/29 00:09:53 curt Initial Flight Gear revision. @@ -71,8 +75,12 @@ Initial Flight Gear revision. --------------------------------------------------------------------------*/ -void inertias() {} -void subsystems() {} + +#include "ls_types.h" +#include "default_model_routines.h" + +void inertias( SCALAR dt, int Initialize ) {} +void subsystems( SCALAR dt, int Initialize ) {} /* void engine() {} */ /* void gear() {} */