aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.h')
-rw-r--r--saga/scene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/scene.h b/saga/scene.h
index e66a4fdea8..a5679fb468 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -234,11 +234,13 @@ class Scene {
return _bgMask.loaded;
}
int getBGMaskType(const Point &testPoint);
+ bool validBGMaskPoint(const Point &testPoint);
bool canWalk(const Point &testPoint);
bool offscreenPath(Point &testPoint);
void setDoorState(int doorNumber, int doorState);
int getDoorState(int doorNumber);
+ void initDoorsState();
int getBGInfo(SCENE_BGINFO *bginfo);
int getBGPal(PALENTRY **pal);