fg_time.cxx fg_time.hxx \
fg_timer.cxx fg_timer.hxx \
light.cxx light.hxx \
- sunpos.cxx sunpos.hxx
+ sunpos.cxx sunpos.hxx \
+ timestamp.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
# include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval
#endif
-#ifdef WIN32
-# include <windows.h>
-# if defined( __CYGWIN__ ) || defined( __CYGWIN32__ )
-# define NEAR /* */
-# define FAR /* */
-# endif
-# include <mmsystem.h>
-#endif
-
#include <Astro/sky.hxx>
#include <Astro/solarsystem.hxx>
#include <Debug/logstream.hxx>
// $Log$
+// Revision 1.27 1998/12/11 20:26:55 curt
+// #include tweaks.
+//
// Revision 1.26 1998/12/05 15:54:28 curt
// Renamed class fgFLIGHT to class FGState as per request by JSB.
//
# include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval
#endif
+#ifdef WIN32
+# include <windows.h>
+# if defined( __CYGWIN__ ) || defined( __CYGWIN32__ )
+# define NEAR /* */
+# define FAR /* */
+# endif
+# include <mmsystem.h>
+#endif
+
class fgTIMESTAMP {
// $Log$
+// Revision 1.2 1998/12/11 20:26:56 curt
+// #include tweaks.
+//
// Revision 1.1 1998/12/05 14:21:33 curt
// Moved struct fg_timestamp to class fgTIMESTAMP and moved it's definition
// to it's own file, timestamp.hxx.