aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 48b5f095b1..befda072e0 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -273,6 +273,11 @@ public:
// Detects, if standard font of current game includes extended characters (>0x80)
bool detectFontExtended();
+ /**
+ * Finds the internal Sierra ID of the current game from script 0
+ */
+ Common::String findSierraGameId();
+
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