aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-08 11:10:01 +0000
committerTravis Howell2005-04-08 11:10:01 +0000
commit2a5aaf9fc2154ed58421a873fec94de3afdacfa0 (patch)
treecbd73e31094cfe7e640217e44113d74d3c56196e /scumm/intern.h
parent328c588eabdc08ab6ffeee67bd1b3dbc51a35a28 (diff)
downloadscummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.tar.gz
scummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.tar.bz2
scummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.zip
Add HE70+ version of seekFilePos opcode.
svn-id: r17450
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 4e05fc2ed1..d3f6e8d85b 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -636,7 +636,6 @@ protected:
void writeFileFromArray(int slot, int resID);
int virtScreenSave(byte *dst, int x1, int y1, int x2, int y2);
void virtScreenLoad(int resIdx, int x1, int y1, int x2, int y2);
- void seekFilePos(int slot, int offset, int mode);
virtual void decodeParseString(int a, int b);
void swapObjects(int object1, int object2);
@@ -706,6 +705,7 @@ protected:
void o70_resourceRoutines();
void o70_quitPauseRestart();
void o70_kernelSetFunctions();
+ void o70_seekFilePos();
void o70_copyString();
void o70_getStringWidth();
void o70_getStringLen();