summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-05-27 20:50:01 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-05-27 20:50:01 +0200
commit63d0bdc863f76d018fc8cf3209a9210bc71f0421 (patch)
treebdaa4489e204cbad708a03f5d2dab991c8a7f41f /src/core/Game.h
parentfix linux build (diff)
downloadre3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.gz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.bz2
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.lz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.xz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.zst
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.zip
Diffstat (limited to 'src/core/Game.h')
-rw-r--r--src/core/Game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 7ad8d55e..49a3e67c 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -62,6 +62,7 @@ public:
static void InitAfterFocusLoss(void);
static bool IsInInterior(void) { return currArea != AREA_MAIN_MAP; }
+ static bool CanSeeWaterFromCurrArea(void);
static bool CanSeeOutSideFromCurrArea(void);
// NB: these do something on PS2