]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Time / fg_time.h
index 9f98ac6d25568e22f3e1a17a048ce549bf76f807..6e39cdb39f467adb392cc5cbfd56038b7e3368bd 100644 (file)
@@ -24,8 +24,8 @@
  **************************************************************************/
 
 
-#ifndef FG_TIME_H
-#define FG_TIME_H
+#ifndef _FG_TIME_H
+#define _FG_TIME_H
 
 
 #ifdef WIN32
@@ -35,8 +35,8 @@
 #include <GL/glut.h>
 #include <time.h>
 
-#include "../Include/types.h"
-#include "../Flight/flight.h"
+#include <Include/types.h>
+#include <Flight/flight.h>
 
 
 /* Define a structure containing global time parameters */
@@ -95,13 +95,20 @@ void fgTimeInit(struct fgTIME *t);
 void fgTimeUpdate(struct fgFLIGHT *f, struct fgTIME *t);
 
 
-#endif /* FG_TIME_H */
+#endif /* _FG_TIME_H */
 
 
 /* $Log$
-/* Revision 1.12  1998/01/05 18:44:37  curt
-/* Add an option to advance/decrease time from keyboard.
+/* Revision 1.14  1998/01/22 02:59:43  curt
+/* Changed #ifdef FILE_H to #ifdef _FILE_H
 /*
+ * Revision 1.13  1998/01/19 19:27:20  curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
+ * Revision 1.12  1998/01/05 18:44:37  curt
+ * Add an option to advance/decrease time from keyboard.
+ *
  * Revision 1.11  1997/12/19 23:35:07  curt
  * Lot's of tweaking with sky rendering and lighting.
  *