summaryrefslogtreecommitdiffstats
path: root/src/render/Timecycle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-07 13:38:14 +0200
committeraap <aap@papnet.eu>2020-05-07 13:38:14 +0200
commitdbbf39098327261d2e29424156789232e5e85517 (patch)
tree13d8b4f79a50527f6bf80f230028c321852c1db3 /src/render/Timecycle.h
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-dbbf39098327261d2e29424156789232e5e85517.tar
re3-dbbf39098327261d2e29424156789232e5e85517.tar.gz
re3-dbbf39098327261d2e29424156789232e5e85517.tar.bz2
re3-dbbf39098327261d2e29424156789232e5e85517.tar.lz
re3-dbbf39098327261d2e29424156789232e5e85517.tar.xz
re3-dbbf39098327261d2e29424156789232e5e85517.tar.zst
re3-dbbf39098327261d2e29424156789232e5e85517.zip
Diffstat (limited to 'src/render/Timecycle.h')
-rw-r--r--src/render/Timecycle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/Timecycle.h b/src/render/Timecycle.h
index 2b835ddc..dc52d493 100644
--- a/src/render/Timecycle.h
+++ b/src/render/Timecycle.h
@@ -173,6 +173,11 @@ public:
static int GetFogBlue(void) { return m_nCurrentFogColourBlue; }
static int GetFogReduction(void) { return m_FogReduction; }
+ static int GetWaterRed(void) { return m_fCurrentWaterRed; }
+ static int GetWaterGreen(void) { return m_fCurrentWaterGreen; }
+ static int GetWaterBlue(void) { return m_fCurrentWaterBlue; }
+ static int GetWaterAlpha(void) { return m_fCurrentWaterAlpha; }
+
static void Initialise(void);
static void Update(void);
static CVector &GetSunPosition(void) { return m_VectorToSun[m_CurrentStoredValue]; }