aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eob2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/eob2.h')
-rw-r--r--engines/kyra/eob2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/eob2.h b/engines/kyra/eob2.h
index e1c574a243..f24db79e62 100644
--- a/engines/kyra/eob2.h
+++ b/engines/kyra/eob2.h
@@ -94,7 +94,8 @@ private:
const char *const *_dranFoolsStrings;
// characters
- void npcSequence(int npcIndex);
+ void drawNpcScene(int npcIndex);
+ void runNpcDialogue(int npcIndex);
const uint8 *_npcShpData;
const char *const *_npc1Strings;