]> git.mxchange.org Git - flightgear.git/commitdiff
Truth in advertising.
authorcurt <curt>
Mon, 1 Mar 1999 15:33:43 +0000 (15:33 +0000)
committercurt <curt>
Mon, 1 Mar 1999 15:33:43 +0000 (15:33 +0000)
fg_constants.h

index ee9001ce048e1f82978234ff11cee23194ec7c62..66ad7ffd2e748e8c1906a592a5864969345453a7 100644 (file)
@@ -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
 
 
 /*
 #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.
 //