Merged in make system changes from Bob Kuehne <rpk@sgi.com>
This should simplify things tremendously.
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "orbits.h"
|
||||
#include <Astro/orbits.h>
|
||||
|
||||
#include "../Include/general.h"
|
||||
#include "../Time/fg_time.h"
|
||||
#include <Include/general.h>
|
||||
#include <Time/fg_time.h>
|
||||
|
||||
|
||||
struct OrbElements pltOrbElements[9];
|
||||
@@ -173,9 +173,13 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t)
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.1 1998/01/07 03:16:17 curt
|
||||
/* Moved from .../Src/Scenery/ to .../Src/Astro/
|
||||
/* Revision 1.2 1998/01/19 19:26:58 curt
|
||||
/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
|
||||
/* This should simplify things tremendously.
|
||||
/*
|
||||
* Revision 1.1 1998/01/07 03:16:17 curt
|
||||
* Moved from .../Src/Scenery/ to .../Src/Astro/
|
||||
*
|
||||
* Revision 1.6 1997/12/30 20:47:52 curt
|
||||
* Integrated new event manager with subsystem initializations.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user