From: curt Date: Mon, 1 Mar 1999 15:33:43 +0000 (+0000) Subject: Truth in advertising. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1394a752a8f3f8bd7c109b8491006fa35a8fed2;p=flightgear.git Truth in advertising. --- diff --git a/fg_constants.h b/fg_constants.h index ee9001ce0..66ad7ffd2 100644 --- a/fg_constants.h +++ b/fg_constants.h @@ -1,4 +1,4 @@ -// fg_constants.hxx -- various constant definitions +// fg_constants.h -- various constant definitions // // Written by Curtis Olson, started July 1997. // @@ -22,8 +22,8 @@ // (Log is kept at end of this file) -#ifndef _FG_CONSTANTS_HXX -#define _FG_CONSTANTS_HXX +#ifndef _FG_CONSTANTS_H +#define _FG_CONSTANTS_H /* @@ -165,10 +165,13 @@ #define FG_FOV_MAX 179.9 -#endif // _FG_CONSTANTS_HXX +#endif // _FG_CONSTANTS_H // $Log$ +// Revision 1.12 1999/03/01 15:33:43 curt +// Truth in advertising. +// // Revision 1.11 1999/02/01 21:14:10 curt // Converted to C++ style comments. //