X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2Fflight.h;h=3ae17f8d890bdb7130d026d6881463152c407659;hb=e2ddc6f2b8958eeaecba3e4dcc55204ea0e58305;hp=f27d42f8bfcecf9c2dae618fc4a85c6e7b64aa02;hpb=7d39aa3777a0028ff7e27805156448e9ab0398cf;p=flightgear.git diff --git a/FDM/flight.h b/FDM/flight.h index f27d42f8b..3ae17f8d8 100644 --- a/FDM/flight.h +++ b/FDM/flight.h @@ -28,6 +28,11 @@ #define _FLIGHT_H +#ifdef __cplusplus +extern "C" { +#endif + + #include /* #include */ @@ -397,14 +402,23 @@ int fgFlightModelInit(int model, fgFLIGHT *f, double dt); int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop); +#ifdef __cplusplus +} +#endif + + #endif /* _FLIGHT_H */ /* $Log$ -/* Revision 1.14 1998/02/07 15:29:37 curt -/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss -/* +/* 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 + * + * * Revision 1.13 1998/01/24 00:04:59 curt * misc. tweaks. *