X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.h;h=155335fe4301db42ebf103b07653129cefdcec60;hb=d19c5f0b6f9f80190967fd367bbb14da1fa1d22e;hp=30a9e2440bb5018ea3d8478bb95c5f179cc125b4;hpb=d1a5d93ca2f9c6be6e6f3d0c608a99086a2a3ca7;p=flightgear.git diff --git a/Time/fg_time.h b/Time/fg_time.h index 30a9e2440..155335fe4 100644 --- a/Time/fg_time.h +++ b/Time/fg_time.h @@ -35,7 +35,7 @@ #include #include -#include "../types.h" +#include "../Include/types.h" #include "../Flight/flight.h" @@ -92,10 +92,14 @@ void fgTimeUpdate(struct fgFLIGHT *f, struct fgTIME *t); /* $Log$ -/* Revision 1.9 1997/12/10 22:37:55 curt -/* Prepended "fg" on the name of all global structures that didn't have it yet. -/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}" +/* Revision 1.10 1997/12/15 23:55:07 curt +/* Add xgl wrappers for debugging. +/* Generate terrain normals on the fly. /* + * Revision 1.9 1997/12/10 22:37:55 curt + * Prepended "fg" on the name of all global structures that didn't have it yet. + * i.e. "struct WEATHER {}" became "struct fgWEATHER {}" + * * Revision 1.8 1997/12/09 04:25:38 curt * Working on adding a global lighting params structure. *