aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorBastien Bouclet2018-06-30 21:49:41 +0200
committerBastien Bouclet2018-06-30 21:57:18 +0200
commitb40e93e11a77ca5b810ba2e6a6678ef25962f057 (patch)
tree9c1fbc49873904d9f354f0e026ab57546146101c /engines/mohawk/riven.h
parent0ed412a8abc12b68bf7c4ae3ead383d700ea5a16 (diff)
downloadscummvm-rg350-b40e93e11a77ca5b810ba2e6a6678ef25962f057.tar.gz
scummvm-rg350-b40e93e11a77ca5b810ba2e6a6678ef25962f057.tar.bz2
scummvm-rg350-b40e93e11a77ca5b810ba2e6a6678ef25962f057.zip
MOHAWK: Push down the include of advancedDetector.h
So the whole engine is not recompiled when making changes to the detection code.
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index e2a11622a5..30c6eb39fe 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -111,6 +111,7 @@ private:
// Datafiles
MohawkArchive *_extrasFile; // We need a separate handle for the extra data
const char **listExpectedDatafiles() const;
+ Common::String getDatafileLanguageName() const;
Common::String getLanguageDatafile(char prefix) const;
bool checkDatafiles();