aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/talk.h')
-rw-r--r--engines/hopkins/talk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/talk.h b/engines/hopkins/talk.h
index e0fe488c28..aa5f57eaa6 100644
--- a/engines/hopkins/talk.h
+++ b/engines/hopkins/talk.h
@@ -68,11 +68,11 @@ public:
TalkManager();
void setParent(HopkinsEngine *vm);
- void PARLER_PERSO2(const Common::String &filename);
- void PARLER_PERSO(const Common::String &filename);
+ void startStaticCharacterDialogue(const Common::String &filename);
+ void startAnimatedCharacterDialogue(const Common::String &filename);
void REPONSE(int zone, int verb);
void REPONSE2(int zone, int verb);
- void OBJET_VIVANT(const Common::String &a2);
+ void animateObject(const Common::String &a2);
};
} // End of namespace Hopkins