X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Cockpit%2Fhud.h;h=012ab584231f69b82651f8fcc3c7737ed8579776;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=1425c74f97345c06f878df8690d4c7a42b3a22cb;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Cockpit/hud.h b/Cockpit/hud.h index 1425c74f9..012ab5842 100644 --- a/Cockpit/hud.h +++ b/Cockpit/hud.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef HUD_H -#define HUD_H +#ifndef _HUD_H +#define _HUD_H #include @@ -229,14 +229,17 @@ void fgUpdateHUD( Hptr hud ); void fgUpdateHUD2( struct HUD *hud ); -#endif /* HUD_H */ +#endif /* _HUD_H */ /* $Log$ -/* Revision 1.5 1998/01/19 19:27:01 curt -/* Merged in make system changes from Bob Kuehne -/* This should simplify things tremendously. +/* Revision 1.6 1998/01/22 02:59:30 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.5 1998/01/19 19:27:01 curt + * Merged in make system changes from Bob Kuehne + * This should simplify things tremendously. + * * Revision 1.4 1998/01/19 18:40:21 curt * Tons of little changes to clean up the code and to remove fatal errors * when building with the c++ compiler.