aboutsummaryrefslogtreecommitdiff
path: root/sword1/resman.h
diff options
context:
space:
mode:
authorMax Horn2005-05-10 22:56:25 +0000
committerMax Horn2005-05-10 22:56:25 +0000
commitb75c969e666b9f262a05e0d1e54d56f7d3e45441 (patch)
treee4868d14ac249a63e01f905472ec9be69f04a028 /sword1/resman.h
parent55c37c18ceed916eb3744666d3d10783b0cf8783 (diff)
downloadscummvm-rg350-b75c969e666b9f262a05e0d1e54d56f7d3e45441.tar.gz
scummvm-rg350-b75c969e666b9f262a05e0d1e54d56f7d3e45441.tar.bz2
scummvm-rg350-b75c969e666b9f262a05e0d1e54d56f7d3e45441.zip
Moved class File and the MD5 stuff to namespace Common
svn-id: r18037
Diffstat (limited to 'sword1/resman.h')
-rw-r--r--sword1/resman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/resman.h b/sword1/resman.h
index 901bacc3d4..568e214c44 100644
--- a/sword1/resman.h
+++ b/sword1/resman.h
@@ -40,7 +40,7 @@ struct Grp {
struct Clu {
uint32 refCount;
- File *file;
+ Common::File *file;
char label[MAX_LABEL_SIZE];
uint32 noGrp;
Grp *grp;
@@ -70,7 +70,7 @@ private:
uint32 resLength(uint32 id);
MemHandle *resHandle(uint32 id);
uint32 resOffset(uint32 id);
- File *resFile(uint32 id);
+ Common::File *resFile(uint32 id);
void openCptResourceBigEndian(uint32 id);
void openScriptResourceBigEndian(uint32 id);