X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Cockpit%2Fcockpit.h;h=abcfc2a668c3489c2b6a6ead0d497366ef94ba4d;hb=aba1974dad12ef867b92bebb782f0f2e511d8b57;hp=eefe9d3c5714a7ec6bf4ed1fb7887325d033cdbe;hpb=664b1fa4a899f5e026201e6906edc48c76d2d0e1;p=flightgear.git diff --git a/Cockpit/cockpit.h b/Cockpit/cockpit.h index eefe9d3c5..abcfc2a66 100644 --- a/Cockpit/cockpit.h +++ b/Cockpit/cockpit.h @@ -28,14 +28,14 @@ #define _COCKPIT_H +#include + + #ifdef __cplusplus extern "C" { #endif -#include - - // And in the future (near future i hope). // #include @@ -60,9 +60,12 @@ void fgCockpitUpdate( void ); /* $Log$ -/* Revision 1.7 1998/04/21 17:02:34 curt -/* Prepairing for C++ integration. +/* Revision 1.8 1998/04/22 13:26:19 curt +/* C++ - ifing the code a bit. /* + * Revision 1.7 1998/04/21 17:02:34 curt + * Prepairing for C++ integration. + * * Revision 1.6 1998/02/07 15:29:33 curt * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss *