aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorVincent Hamm2002-04-25 08:53:10 +0000
committerVincent Hamm2002-04-25 08:53:10 +0000
commitf3aab1ce9c791ee366f70d1678e70e61d4844597 (patch)
treed31d89b1604f2a85cac6f38801a4e983799fe769 /scumm.h
parentd0bb864d354ff10c4d3531b17ed7f6003d505115 (diff)
downloadscummvm-rg350-f3aab1ce9c791ee366f70d1678e70e61d4844597.tar.gz
scummvm-rg350-f3aab1ce9c791ee366f70d1678e70e61d4844597.tar.bz2
scummvm-rg350-f3aab1ce9c791ee366f70d1678e70e61d4844597.zip
Implemented a few new functions. Now you can control the crane in Full Throttle
svn-id: r4079
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);