aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-29 22:26:13 -0500
committerPaul Gilbert2017-12-29 22:26:13 -0500
commit2fac15ad29eff1b44ae433868448ede8d627e76b (patch)
treebaccda8d819c4d0a66a81d7f84d38685df29e80e /engines/xeen/dialogs.h
parente5ab69614823578eefdd4cb9efa6bc4d9b9e1ffb (diff)
downloadscummvm-rg350-2fac15ad29eff1b44ae433868448ede8d627e76b.tar.gz
scummvm-rg350-2fac15ad29eff1b44ae433868448ede8d627e76b.tar.bz2
scummvm-rg350-2fac15ad29eff1b44ae433868448ede8d627e76b.zip
XEEN: Fix showing Dark Side awards in the awards dialog
Diffstat (limited to 'engines/xeen/dialogs.h')
-rw-r--r--engines/xeen/dialogs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h
index 92e2d3ba6d..d0bf20108b 100644
--- a/engines/xeen/dialogs.h
+++ b/engines/xeen/dialogs.h
@@ -70,6 +70,13 @@ protected:
* @param name Name of resource containing strings
*/
void loadStrings(const Common::String &name);
+
+ /**
+ * Load a set of text strings from the given resource
+ * @param name Name of resource containing strings
+ * @param ccMode Optional cc file number to explicitly use
+ */
+ void loadStrings(const Common::String &name, int ccMode);
public:
ButtonContainer(XeenEngine *vm) : Cutscenes(vm), _buttonValue(0) {}