aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/features.h
diff options
context:
space:
mode:
authorMax Horn2010-02-07 12:15:59 +0000
committerMax Horn2010-02-07 12:15:59 +0000
commit0a0875efb8f515ff6469d3ccdbd18f390fb53562 (patch)
tree956bc110d88cd1db35ef997aa1a6885c7996c451 /engines/sci/engine/features.h
parent7c05a24ade8108eed110a40ea9f65b653f4e77c8 (diff)
downloadscummvm-rg350-0a0875efb8f515ff6469d3ccdbd18f390fb53562.tar.gz
scummvm-rg350-0a0875efb8f515ff6469d3ccdbd18f390fb53562.tar.bz2
scummvm-rg350-0a0875efb8f515ff6469d3ccdbd18f390fb53562.zip
SCI: Add GameFeatures::getDetectionAddr auxillary method
svn-id: r47961
Diffstat (limited to 'engines/sci/engine/features.h')
-rw-r--r--engines/sci/engine/features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/features.h b/engines/sci/engine/features.h
index e647827f0f..910cfd591d 100644
--- a/engines/sci/engine/features.h
+++ b/engines/sci/engine/features.h
@@ -97,6 +97,8 @@ public:
bool usesCdTrack() { return _usesCdTrack; }
private:
+ reg_t getDetectionAddr(const Common::String &objName, Selector slc, int methodNum = -1);
+
bool autoDetectFeature(FeatureDetection featureDetection, int methodNum = -1);
SciVersion _doSoundType, _setCursorType, _lofsType, _gfxFunctionsType;