X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Fmesh.h;h=e08c539e2dac38c5450986fba1bdb4bd10cc445a;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=fe67be4d8bf6b3881af1f1ace1285baf12999fde;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Scenery/mesh.h b/Scenery/mesh.h index fe67be4d8..e08c539e2 100644 --- a/Scenery/mesh.h +++ b/Scenery/mesh.h @@ -24,8 +24,8 @@ **************************************************************************/ -#ifndef MESH_H -#define MESH_H +#ifndef _MESH_H +#define _MESH_H #include @@ -78,14 +78,17 @@ double mesh_altitude(double lon, double lat); GLint mesh_to_OpenGL(struct MESH *m); -#endif /* MESH_H */ +#endif /* _MESH_H */ /* $Log$ -/* Revision 1.8 1998/01/19 18:40:37 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.9 1998/01/22 02:59:41 curt +/* Changed #ifdef FILE_H to #ifdef _FILE_H /* + * Revision 1.8 1998/01/19 18:40:37 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.7 1997/08/27 03:30:29 curt * Changed naming scheme of basic shared structures. *