aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-02-24 12:30:12 +0000
committerJohannes Schickel2008-02-24 12:30:12 +0000
commitcb36b056ba1537ad69c08ed51ee110f2fdb73f0a (patch)
treee8f68922297db2bd389b9daff779b209f7a99a93 /engines/kyra/resource.h
parentf3b497787aaa710c7228d48973598377da024d67 (diff)
downloadscummvm-rg350-cb36b056ba1537ad69c08ed51ee110f2fdb73f0a.tar.gz
scummvm-rg350-cb36b056ba1537ad69c08ed51ee110f2fdb73f0a.tar.bz2
scummvm-rg350-cb36b056ba1537ad69c08ed51ee110f2fdb73f0a.zip
Also add extrapath to default search location for Kyrandia resources.
svn-id: r30949
Diffstat (limited to 'engines/kyra/resource.h')
-rw-r--r--engines/kyra/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/resource.h b/engines/kyra/resource.h
index cde5df4bf2..c0aa05f77d 100644
--- a/engines/kyra/resource.h
+++ b/engines/kyra/resource.h
@@ -90,6 +90,8 @@ public:
bool reset();
+ bool addSearchPath(const Common::String &path);
+
bool loadPakFile(const Common::String &filename);
void unloadPakFile(const Common::String &filename);
bool isInPakList(const Common::String &filename) const;