aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/neverhood.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-09-26 10:54:30 +0300
committerFilippos Karapetis2013-09-26 10:54:30 +0300
commit9396958536c487554f79e5a54064c8d37d45fe15 (patch)
tree558732b6a92bcb9c2ccf9fb1757260b6c977acea /engines/neverhood/neverhood.h
parentdca513dc207779bfd36a1c71e3712405a1d9856d (diff)
downloadscummvm-rg350-9396958536c487554f79e5a54064c8d37d45fe15.tar.gz
scummvm-rg350-9396958536c487554f79e5a54064c8d37d45fe15.tar.bz2
scummvm-rg350-9396958536c487554f79e5a54064c8d37d45fe15.zip
NEVERHOOD: Add a patch system for broken resources in Russian versions
Some translated resources in Russian versions have incorrect unpacked resource sizes. The original didn't perform checks for these, but we do, thus we'll need to patch the unpacked resource sizes for each case
Diffstat (limited to 'engines/neverhood/neverhood.h')
-rw-r--r--engines/neverhood/neverhood.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/neverhood/neverhood.h b/engines/neverhood/neverhood.h
index 9b65f6740e..0561aa251e 100644
--- a/engines/neverhood/neverhood.h
+++ b/engines/neverhood/neverhood.h
@@ -72,8 +72,10 @@ public:
uint32 getFeatures() const;
uint16 getVersion() const;
Common::Platform getPlatform() const;
+ Common::Language getLanguage() const;
bool hasFeature(EngineFeature f) const;
bool isDemo() const;
+ bool applyResourceFixes() const;
Common::String getTargetName() { return _targetName; };
Common::RandomSource *_rnd;