]> git.mxchange.org Git - flightgear.git/commitdiff
added an fgTIMESTAMP to define when this record is valid.
authorcurt <curt>
Sat, 5 Dec 1998 14:18:47 +0000 (14:18 +0000)
committercurt <curt>
Sat, 5 Dec 1998 14:18:47 +0000 (14:18 +0000)
External/external.hxx

index 80feabf13a2e027d0e81249512d2c5536a9574e8..5087931da8a34c802343b96426910ea2980d22d5 100644 (file)
@@ -33,6 +33,7 @@
 
 
 #include <Time/fg_time.hxx>
+#include <Time/timestamp.hxx>
 
 
 class fgFDM_EXTERNAL {
@@ -96,6 +97,9 @@ void fgExternalUpdate( fgFLIGHT& f, int multiloop );
 
 
 // $Log$
+// Revision 1.2  1998/12/05 14:18:47  curt
+// added an fgTIMESTAMP to define when this record is valid.
+//
 // Revision 1.1  1998/12/04 01:28:49  curt
 // Initial revision.
 //