aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-04-11 20:05:37 +0000
committerMax Horn2003-04-11 20:05:37 +0000
commit51b430b088ce805d14ed61f9e38a5e12ea8825e9 (patch)
tree67d47550330de048b9dada3cb51c5f3af7397857 /scumm/intern.h
parentfd28237eb8ed92b08369db1f2d73f2216f01b029 (diff)
downloadscummvm-rg350-51b430b088ce805d14ed61f9e38a5e12ea8825e9.tar.gz
scummvm-rg350-51b430b088ce805d14ed61f9e38a5e12ea8825e9.tar.bz2
scummvm-rg350-51b430b088ce805d14ed61f9e38a5e12ea8825e9.zip
factored out some common code
svn-id: r6974
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 4f9d704c87..6572844138 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -178,6 +178,8 @@ protected:
void readIndexFile();
void loadCharset(int no);
void readMAXS();
+
+ void readGlobalObjects();
};
class Scumm_v4 : public Scumm_v3 {