2019-05-15 16:52:37 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
extern RwTexture **gpCoronaTexture; //[9]
|
|
|
|
|
|
|
|
class CCoronas
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static float &LightsMult;
|
|
|
|
static float &SunScreenY;
|
|
|
|
static float &SunScreenX;
|
|
|
|
static bool &bSmallMoon;
|
|
|
|
static bool &SunBlockedByClouds;
|
2019-05-30 21:24:47 +02:00
|
|
|
|
|
|
|
static void Render(void);
|
|
|
|
static void RenderReflections(void);
|
2019-05-15 16:52:37 +02:00
|
|
|
};
|