mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 19:44:15 +01: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;
|
||
|
};
|