aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra_hof.h')
-rw-r--r--engines/kyra/kyra_hof.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h
index baecdc687a..4035e49ce1 100644
--- a/engines/kyra/kyra_hof.h
+++ b/engines/kyra/kyra_hof.h
@@ -204,6 +204,8 @@ public:
virtual TextDisplayer *text() { return _text; }
int language() const { return _lang; }
protected:
+ static const EngineDesc _hofEngineDesc;
+
// intro/outro
void seq_playSequences(int startSeq, int endSeq = -1);