aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/resource.h')
-rw-r--r--engines/kyra/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/resource.h b/engines/kyra/resource.h
index e14e1c92c4..1724a1b26a 100644
--- a/engines/kyra/resource.h
+++ b/engines/kyra/resource.h
@@ -75,7 +75,7 @@ public:
bool exists(const char *file, bool errorOutOnFail=false);
uint32 getFileSize(const char *file);
uint8* fileData(const char *file, uint32 *size);
- Common::SeekableReadStream *getFileStream(const Common::String &file);
+ Common::SeekableReadStream *createReadStream(const Common::String &file);
bool loadFileToBuf(const char *file, void *buf, uint32 maxSize);
protected: