Miscellaneous tweaks.
This commit is contained in:
parent
6352084625
commit
aa60beb13d
4 changed files with 22 additions and 4 deletions
|
@ -7,6 +7,7 @@ libAstro_a_SOURCES = \
|
|||
mercury.cxx mercury.hxx \
|
||||
moon.cxx moon.hxx \
|
||||
neptune.cxx neptune.hxx \
|
||||
pluto.hxx \
|
||||
saturn.cxx saturn.hxx \
|
||||
sky.cxx sky.hxx \
|
||||
solarsystem.cxx solarsystem.hxx \
|
||||
|
|
|
@ -22,6 +22,15 @@
|
|||
* $Id$
|
||||
* (Log is kept at end of this file)
|
||||
**************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glut.h>
|
||||
#include <XGL/xgl.h>
|
||||
#include <Debug/fg_debug.h>
|
||||
|
|
|
@ -261,9 +261,13 @@ void fgStarsRender( void ) {
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.15 1998/09/17 18:25:12 curt
|
||||
/* Fixed output message.
|
||||
/* Revision 1.16 1998/09/24 15:25:24 curt
|
||||
/* Miscellaneous tweaks.
|
||||
/*
|
||||
*
|
||||
* Revision 1.15 1998/09/17 18:25:12 curt
|
||||
* Fixed output message.
|
||||
*
|
||||
* Revision 1.14 1998/09/15 04:26:22 curt
|
||||
* New textured moon and rewritten/restructured Astro code contributed by Durk
|
||||
* Talsma.
|
||||
|
|
|
@ -50,9 +50,13 @@ extern fgTIME cur_time_params;
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.5 1998/09/17 18:25:13 curt
|
||||
/* Fixed output message.
|
||||
/* Revision 1.6 1998/09/24 15:25:26 curt
|
||||
/* Miscellaneous tweaks.
|
||||
/*
|
||||
*
|
||||
* Revision 1.5 1998/09/17 18:25:13 curt
|
||||
* Fixed output message.
|
||||
*
|
||||
* Revision 1.4 1998/09/15 04:26:23 curt
|
||||
* New textured moon and rewritten/restructured Astro code contributed by Durk
|
||||
* Talsma.
|
||||
|
|
Loading…
Reference in a new issue