diff options
Diffstat (limited to 'engines/mohawk/riven_external.h')
-rw-r--r-- | engines/mohawk/riven_external.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven_external.h b/engines/mohawk/riven_external.h index 14bb51340c..bdf3fa01bc 100644 --- a/engines/mohawk/riven_external.h +++ b/engines/mohawk/riven_external.h @@ -38,6 +38,7 @@ public: ~RivenExternal(); void runCommand(uint16 argc, uint16 *argv); + uint16 getComboDigit(uint32 correctCombo, uint32 digit); private: MohawkEngine_Riven *_vm; |