mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 18:19:44 +00:00
first commit
This commit is contained in:
13
src/render/Coronas.h
Normal file
13
src/render/Coronas.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
extern RwTexture **gpCoronaTexture; //[9]
|
||||
|
||||
class CCoronas
|
||||
{
|
||||
public:
|
||||
static float &LightsMult;
|
||||
static float &SunScreenY;
|
||||
static float &SunScreenX;
|
||||
static bool &bSmallMoon;
|
||||
static bool &SunBlockedByClouds;
|
||||
};
|
Reference in New Issue
Block a user