X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Aircraft%2Faircraft.h;h=9f67798047ddde8daf3d0578d5c3af28ddeb31da;hb=aba1974dad12ef867b92bebb782f0f2e511d8b57;hp=e39985ab2b32e821f73b88ddf033714391364f1c;hpb=664b1fa4a899f5e026201e6906edc48c76d2d0e1;p=flightgear.git diff --git a/Aircraft/aircraft.h b/Aircraft/aircraft.h index e39985ab2..9f6779804 100644 --- a/Aircraft/aircraft.h +++ b/Aircraft/aircraft.h @@ -28,15 +28,15 @@ #define _AIRCRAFT_H +#include +#include + + #ifdef __cplusplus extern "C" { #endif -#include -#include - - /* Define a structure containing all the parameters for an aircraft */ typedef struct{ fgFLIGHT *flight; @@ -66,9 +66,12 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a); /* $Log$ -/* Revision 1.11 1998/04/21 17:02:27 curt -/* Prepairing for C++ integration. +/* Revision 1.12 1998/04/22 13:26:15 curt +/* C++ - ifing the code a bit. /* + * Revision 1.11 1998/04/21 17:02:27 curt + * Prepairing for C++ integration. + * * Revision 1.10 1998/02/07 15:29:32 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss * @@ -85,9 +88,12 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a); /* $Log$ -/* Revision 1.11 1998/04/21 17:02:27 curt -/* Prepairing for C++ integration. +/* Revision 1.12 1998/04/22 13:26:15 curt +/* C++ - ifing the code a bit. /* + * Revision 1.11 1998/04/21 17:02:27 curt + * Prepairing for C++ integration. + * * Revision 1.10 1998/02/07 15:29:32 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss *