AutoMag declarations

ver1_5_1
Fridger Schrempp 2002-06-22 15:16:27 +00:00
parent 239efad88c
commit cc5d6534e3
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class Renderer
void setFieldOfView(float);
void setRenderMode(int);
void autoMag(float faintestMagNight, float& faintestMag,
float& saturationMag);
void render(const Observer&,
const Universe&,
float faintestVisible,
@ -70,6 +71,7 @@ class Renderer
ShowStarsAsPoints = 0x0800,
ShowRingShadows = 0x1000,
ShowBoundaries = 0x2000,
ShowAutoMag = 0x4000,
};
int getRenderFlags() const;