diff options
author | Travis Howell | 2004-08-24 15:25:32 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-24 15:25:32 +0000 |
commit | 35a354bab7316fad0638533b35b487d35212c68f (patch) | |
tree | 7a9868585076a725372617338c2830eefe15956f /scumm/intern.h | |
parent | 467b72479829ebbd15dc2aecbade516ff08dd1a5 (diff) | |
download | scummvm-rg350-35a354bab7316fad0638533b35b487d35212c68f.tar.gz scummvm-rg350-35a354bab7316fad0638533b35b487d35212c68f.tar.bz2 scummvm-rg350-35a354bab7316fad0638533b35b487d35212c68f.zip |
That should not have been removed
svn-id: r14731
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 769dd58a7e..9e50aa44b5 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -656,6 +656,8 @@ protected: /* Version 7 script opcodes */ void o72_getString(); void o72_compareStackList(); + void o72_objectX(); + void o72_objectY(); void o72_startScript(); void o72_startObject(); void o72_drawObject(); |