X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Fviews.h;h=04dde790196dcd06e1ff75a332558dfa10cba061;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=f74a986c362fe3594ea120acf15d252d488ead27;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Main/views.h b/Main/views.h index f74a986c3..04dde7901 100644 --- a/Main/views.h +++ b/Main/views.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef VIEWS_H -#define VIEWS_H +#ifndef _VIEWS_H +#define _VIEWS_H #include @@ -85,14 +85,17 @@ void fgViewInit(struct fgVIEW *v); void fgViewUpdate(struct fgFLIGHT *f, struct fgVIEW *v, struct fgLIGHT *l); -#endif /* VIEWS_H */ +#endif /* _VIEWS_H */ /* $Log$ -/* Revision 1.6 1998/01/19 19:27:10 curt -/* Merged in make system changes from Bob Kuehne -/* This should simplify things tremendously. +/* Revision 1.7 1998/01/22 02:59:38 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.6 1998/01/19 19:27:10 curt + * Merged in make system changes from Bob Kuehne + * This should simplify things tremendously. + * * Revision 1.5 1997/12/22 04:14:32 curt * Aligned sky with sun so dusk/dawn effects can be correct relative to the sun. *