aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-09-07 21:59:25 +0000
committerMax Horn2008-09-07 21:59:25 +0000
commit4f9dc057312c858d8d576ea181bdbd064996b1ec (patch)
tree76adb657de4737e8ce08314ae30ccafeba3a3268 /common
parentd89f1a3daa546ef01c4aa25ec2b7fd1df3b2eda1 (diff)
downloadscummvm-rg350-4f9dc057312c858d8d576ea181bdbd064996b1ec.tar.gz
scummvm-rg350-4f9dc057312c858d8d576ea181bdbd064996b1ec.tar.bz2
scummvm-rg350-4f9dc057312c858d8d576ea181bdbd064996b1ec.zip
Add a priority param to OSystem::addSysArchivesToSearchSet (still in search for a better name ;)
svn-id: r34432
Diffstat (limited to 'common')
-rw-r--r--common/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h
index b0e3e8ce14..cb9dbedad7 100644
--- a/common/system.h
+++ b/common/system.h
@@ -914,9 +914,10 @@ public:
*
* @todo Come up with a better name. This one sucks.
*
- * @todo Allow specifying a priority with which the new dirs are added?
+ * @param s the SearchSet to which the system specific dirs, if any, are added
+ * @param priority the priority with which those dirs are added
*/
- virtual void addSysArchivesToSearchSet(Common::SearchSet &s) {}
+ virtual void addSysArchivesToSearchSet(Common::SearchSet &s, uint priority = 0) {}
/**
* Open the default config file for reading, by returning a suitable