mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 18:52:12 +00:00
14 lines
226 B
C++
14 lines
226 B
C++
#pragma once
|
|
|
|
extern RwTexture **gpCoronaTexture; //[9]
|
|
|
|
class CCoronas
|
|
{
|
|
public:
|
|
static float &LightsMult;
|
|
static float &SunScreenY;
|
|
static float &SunScreenX;
|
|
static bool &bSmallMoon;
|
|
static bool &SunBlockedByClouds;
|
|
};
|