1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 14:43:12 +00:00
re3/src/render/Coronas.h

14 lines
226 B
C
Raw Normal View History

2019-05-15 14:52:37 +00: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;
};