#include <Astro/moon.h>
#include <Aircraft/aircraft.h>
+#include <Debug/fg_debug.h>
#include <Include/fg_constants.h>
#include <Include/general.h>
#include <Main/views.h>
#include <Time/fg_time.h>
-#include <Main/fg_debug.h>
struct CelestialCoord moonPos;
/* $Log$
-/* Revision 1.8 1998/04/03 21:52:49 curt
-/* Converting to Gnu autoconf system.
+/* Revision 1.9 1998/04/18 04:13:56 curt
+/* Moved fg_debug.c to it's own library.
/*
+ * Revision 1.8 1998/04/03 21:52:49 curt
+ * Converting to Gnu autoconf system.
+ *
* Revision 1.7 1998/02/23 19:07:54 curt
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
* calculation code between sun display, and other FG sections that use this
#include <Astro/orbits.h>
+#include <Debug/fg_debug.h>
#include <Include/fg_constants.h>
#include <Include/general.h>
#include <Time/fg_time.h>
-#include <Main/fg_debug.h>
struct OrbElements pltOrbElements[9];
/* $Log$
-/* Revision 1.9 1998/03/14 00:27:12 curt
-/* Updated fgGENERAL to a "type" of struct.
+/* Revision 1.10 1998/04/18 04:13:57 curt
+/* Moved fg_debug.c to it's own library.
/*
+ * Revision 1.9 1998/03/14 00:27:12 curt
+ * Updated fgGENERAL to a "type" of struct.
+ *
* Revision 1.8 1998/02/23 19:07:55 curt
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
* calculation code between sun display, and other FG sections that use this
#include <GL/glut.h>
#include <XGL/xgl.h>
-#include <Time/fg_time.h>
#include <Astro/orbits.h>
#include <Astro/planets.h>
#include <Astro/sun.h>
+#include <Debug/fg_debug.h>
#include <Include/fg_constants.h>
-#include <Main/fg_debug.h>
+#include <Time/fg_time.h>
GLint planets = 0;
/* $Log$
-/* Revision 1.8 1998/04/03 21:52:50 curt
-/* Converting to Gnu autoconf system.
+/* Revision 1.9 1998/04/18 04:13:57 curt
+/* Moved fg_debug.c to it's own library.
/*
+ * Revision 1.8 1998/04/03 21:52:50 curt
+ * Converting to Gnu autoconf system.
+ *
* Revision 1.7 1998/02/23 19:07:55 curt
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
* calculation code between sun display, and other FG sections that use this
#include <Astro/planets.h>
#include <Astro/stars.h>
+#include <Aircraft/aircraft.h>
+#include <Debug/fg_debug.h>
#include <Include/fg_constants.h>
#include <Include/general.h>
-#include <Aircraft/aircraft.h>
#include <Main/views.h>
#include <Time/fg_time.h>
-#include <Main/fg_debug.h>
#define EpochStart (631065600)
#define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))
/* $Log$
-/* Revision 1.10 1998/04/03 21:52:51 curt
-/* Converting to Gnu autoconf system.
+/* Revision 1.11 1998/04/18 04:13:58 curt
+/* Moved fg_debug.c to it's own library.
/*
+ * Revision 1.10 1998/04/03 21:52:51 curt
+ * Converting to Gnu autoconf system.
+ *
* Revision 1.9 1998/03/14 00:27:12 curt
* Updated fgGENERAL to a "type" of struct.
*
#include <Astro/orbits.h>
#include <Astro/sun.h>
+#include <Debug/fg_debug.h>
#include <Include/fg_constants.h>
-#include <Main/fg_debug.h>
#include <Main/views.h>
#include <Time/fg_time.h>
#include <Time/sunpos.h>
/* $Log$
-/* Revision 1.9 1998/04/03 21:52:51 curt
-/* Converting to Gnu autoconf system.
+/* Revision 1.10 1998/04/18 04:13:58 curt
+/* Moved fg_debug.c to it's own library.
/*
+ * Revision 1.9 1998/04/03 21:52:51 curt
+ * Converting to Gnu autoconf system.
+ *
* Revision 1.8 1998/03/09 22:47:25 curt
* Incorporated Durk's updates.
*