aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-01-28 21:01:57 +0000
committerMartin Kiewitz2010-01-28 21:01:57 +0000
commit9e511e0751f0324bc424b75e02d25a3a3a095053 (patch)
tree96cf124d61e7f57fc3a2b6b0e99331e0512526a0 /engines/sci/resource.h
parent3c46bc33aae7783361882e85cb0cb3653af3ede8 (diff)
downloadscummvm-rg350-9e511e0751f0324bc424b75e02d25a3a3a095053.tar.gz
scummvm-rg350-9e511e0751f0324bc424b75e02d25a3a3a095053.tar.bz2
scummvm-rg350-9e511e0751f0324bc424b75e02d25a3a3a095053.zip
SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200
svn-id: r47651
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index e8e6bd832d..661b954256 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -284,6 +284,8 @@ public:
*/
void addNewGMPatch(Common::String gameId);
+ bool detectHires();
+
protected:
// Maximum number of bytes to allow being allocated for resources
// Note: maxMemory will not be interpreted as a hard limit, only as a restriction