summaryrefslogtreecommitdiff
path: root/src/render/Clouds.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-06 12:27:21 +0200
committeraap <aap@papnet.eu>2019-07-06 12:27:21 +0200
commit2b592605ab043be56b5bbbf1ac06f223400dd2ef (patch)
tree8abe75af453b4726fd858643c92eb160ed113610 /src/render/Clouds.h
parent2d086961909d25c8f863fdfc6d7af8295db574d7 (diff)
misc classes finished
Diffstat (limited to 'src/render/Clouds.h')
-rw-r--r--src/render/Clouds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Clouds.h b/src/render/Clouds.h
index 96f04bb1..c8000569 100644
--- a/src/render/Clouds.h
+++ b/src/render/Clouds.h
@@ -12,6 +12,7 @@ public:
static CRGBA &ms_colourBottom;
static void Init(void);
+ static void Shutdown(void);
static void Update(void);
static void Render(void);
static void RenderBackground(int16 topred, int16 topgreen, int16 topblue,