summaryrefslogtreecommitdiffstats
path: root/src/render/WaterLevel.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-13 00:22:51 +0100
committerGitHub <noreply@github.com>2021-01-13 00:22:51 +0100
commit2b91af44930d50b4eef30794b31adf283247ac71 (patch)
tree1fba382dcd0900d33dcad9f0ba5efa684686bef1 /src/render/WaterLevel.h
parentMore font fixes (diff)
parentmove stuff back into class; securom comments (diff)
downloadre3-2b91af44930d50b4eef30794b31adf283247ac71.tar
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.gz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.bz2
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.lz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.xz
re3-2b91af44930d50b4eef30794b31adf283247ac71.tar.zst
re3-2b91af44930d50b4eef30794b31adf283247ac71.zip
Diffstat (limited to 'src/render/WaterLevel.h')
-rw-r--r--src/render/WaterLevel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/WaterLevel.h b/src/render/WaterLevel.h
index 5a497ddf..6d6614d8 100644
--- a/src/render/WaterLevel.h
+++ b/src/render/WaterLevel.h
@@ -116,6 +116,7 @@ public:
static RpAtomic *ms_pWavyAtomic;
static RpAtomic *ms_pMaskAtomic;
+ static void Initialise(Const char *pWaterDat); // out of class in III PC and later because of SecuROM
static void Shutdown();
static void CreateWavyAtomic();
@@ -181,5 +182,3 @@ public:
static void HandleBeachToysStuff(void);
static CEntity *CreateBeachToy(CVector const &vec, eBeachToy beachtoy);
};
-
-extern void WaterLevelInitialise(Const char *datFile); \ No newline at end of file