**************************************************************************/
-#ifndef FG_GEODESY_H
-#define FG_GEODESY_H
+#ifndef _FG_GEODESY_H
+#define _FG_GEODESY_H
/* fgGeocToGeod(lat_geoc, radius, *lat_geod, *alt, *sea_level_r)
$Header$
$Log$
+Revision 1.2 1998/01/22 02:59:38 curt
+Changed #ifdef FILE_H to #ifdef _FILE_H
+
Revision 1.1 1997/07/31 23:13:14 curt
Initial revision.
--------------------------------------------------------------------------*/
-#endif /* FG_GEODESY_H */
+#endif /* _FG_GEODESY_H */
/* $Log$
-/* Revision 1.1 1997/07/31 23:13:14 curt
-/* Initial revision.
+/* Revision 1.2 1998/01/22 02:59:38 curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
/*
+ * Revision 1.1 1997/07/31 23:13:14 curt
+ * Initial revision.
+ *
*/
**************************************************************************/
-#ifndef FG_RANDOM_H
-#define FG_RANDOM_H
+#ifndef _FG_RANDOM_H
+#define _FG_RANDOM_H
/* Seed the random number generater with time() so we don't see the
double fg_random(void);
-#endif /* FG_RANDOM_H */
+#endif /* _FG_RANDOM_H */
/* $Log$
-/* Revision 1.1 1997/07/30 16:04:09 curt
-/* Moved random routines from Utils/ to Math/
+/* Revision 1.2 1998/01/22 02:59:38 curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
/*
+ * Revision 1.1 1997/07/30 16:04:09 curt
+ * Moved random routines from Utils/ to Math/
+ *
* Revision 1.2 1997/07/23 21:52:28 curt
* Put comments around the text after an #endif for increased portability.
*
**************************************************************************/
-#ifndef POLAR_H
-#define POLAR_H
+#ifndef _POLAR_H
+#define _POLAR_H
#include <Include/types.h>
struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
-#endif /* POLAR_H */
+#endif /* _POLAR_H */
/* $Log$
-/* Revision 1.5 1998/01/19 19:27:13 curt
-/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-/* This should simplify things tremendously.
+/* Revision 1.6 1998/01/22 02:59:39 curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
/*
+ * Revision 1.5 1998/01/19 19:27:13 curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
* Revision 1.4 1997/12/15 23:54:55 curt
* Add xgl wrappers for debugging.
* Generate terrain normals on the fly.
**************************************************************************/
+#ifndef _VECTOR_H
+#define _VECTOR_H
+
+
#include <Math/mat3.h>
MAT3vec result);
+#endif /* _VECTOR_H */
+
+
/* $Log$
-/* Revision 1.2 1998/01/19 19:27:14 curt
-/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-/* This should simplify things tremendously.
+/* Revision 1.3 1998/01/22 02:59:39 curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
/*
+ * Revision 1.2 1998/01/19 19:27:14 curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
* Revision 1.1 1997/12/22 04:13:18 curt
* Initial revision.
*
+#ifndef _XGL_H
+#define _XGL_H
+
#include <GL/gl.h>
#include <GL/glu.h>
#endif
+#endif /* _XGL_H */