aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 8392225f40..d01d06335e 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1282,6 +1282,7 @@ public:
void GetGates(int trap1,int trap2);
bool inBoxQuickReject(int box, int x, int y, int threshold);
AdjustBoxResult getClosestPtOnBox(int box, int x, int y);
+ int getSpecialBox(int param1, int param2);
void setBoxFlags(int box, int val);
void setBoxScale(int box, int b);