X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2Fflight.h;h=04087fb17f3bf9b792c29ab28ecc5344878c4c96;hb=aba1974dad12ef867b92bebb782f0f2e511d8b57;hp=3ae17f8d890bdb7130d026d6881463152c407659;hpb=664b1fa4a899f5e026201e6906edc48c76d2d0e1;p=flightgear.git diff --git a/FDM/flight.h b/FDM/flight.h index 3ae17f8d8..04087fb17 100644 --- a/FDM/flight.h +++ b/FDM/flight.h @@ -28,15 +28,14 @@ #define _FLIGHT_H +#include + + #ifdef __cplusplus extern "C" { #endif -#include -/* #include */ - - /* Define the various supported flight models (most not yet implemented) */ #define FG_LARCSIM 0 /* The only one that is currently implemented */ #define FG_ACM 1 @@ -411,10 +410,13 @@ int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop); /* $Log$ -/* Revision 1.15 1998/04/21 16:59:33 curt -/* Integrated autopilot. -/* Prepairing for C++ integration. +/* Revision 1.16 1998/04/22 13:26:20 curt +/* C++ - ifing the code a bit. /* + * Revision 1.15 1998/04/21 16:59:33 curt + * Integrated autopilot. + * Prepairing for C++ integration. + * * Revision 1.14 1998/02/07 15:29:37 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss *