summaryrefslogtreecommitdiffstats
path: root/src/Timecycle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-30 13:35:13 +0200
committeraap <aap@papnet.eu>2019-05-30 13:35:13 +0200
commit852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1 (patch)
tree2efed135e4d792f86cbac02c9c9bb1eaa340d9ed /src/Timecycle.h
parentadded CAntennas (diff)
downloadre3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.gz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.bz2
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.lz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.xz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.zst
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.zip
Diffstat (limited to '')
-rw-r--r--src/Timecycle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Timecycle.h b/src/Timecycle.h
index 6946cc7c..2f9e4f2f 100644
--- a/src/Timecycle.h
+++ b/src/Timecycle.h
@@ -107,5 +107,8 @@ public:
static int GetFluffyCloudsBottomRed(void) { return m_nCurrentFluffyCloudsBottomRed; }
static int GetFluffyCloudsBottomGreen(void) { return m_nCurrentFluffyCloudsBottomGreen; }
static int GetFluffyCloudsBottomBlue(void) { return m_nCurrentFluffyCloudsBottomBlue; }
+ static int GetFogRed(void) { return m_nCurrentFogColourRed; }
+ static int GetFogGreen(void) { return m_nCurrentFogColourGreen; }
+ static int GetFogBlue(void) { return m_nCurrentFogColourBlue; }
};