aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.h
diff options
context:
space:
mode:
authorStrangerke2012-12-09 22:35:59 +0100
committerStrangerke2012-12-09 22:35:59 +0100
commit742b9e4750658615e57690aff228580edfd5c8b0 (patch)
treed70f874fd6ad3ccf36a787e895e4515246e6881e /engines/hopkins/talk.h
parent867cbbf4ff6ddfca826724a7ff74f44a06e8d044 (diff)
downloadscummvm-rg350-742b9e4750658615e57690aff228580edfd5c8b0.tar.gz
scummvm-rg350-742b9e4750658615e57690aff228580edfd5c8b0.tar.bz2
scummvm-rg350-742b9e4750658615e57690aff228580edfd5c8b0.zip
HOPKINS: Rename animationManager functions
Diffstat (limited to 'engines/hopkins/talk.h')
-rw-r--r--engines/hopkins/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/talk.h b/engines/hopkins/talk.h
index 3c13bf81d4..3b0ec674ff 100644
--- a/engines/hopkins/talk.h
+++ b/engines/hopkins/talk.h
@@ -63,8 +63,8 @@ public:
void BOB_VISU_PARLE(int idx);
void CHERCHE_ANIM0(int a1, int a2);
void ANIM_PERSO_INIT();
- void CLEAR_ANIM_PERSO();
- bool RECHERCHE_ANIM_PERSO(int a1, const byte *a2, int a3, int a4);
+ void clearCharacterAnim();
+ bool searchCharacterAnim(int a1, const byte *a2, int a3, int a4);
void REPONSE(int a1, int a2);
void REPONSE2(int a1, int a2);
void OBJET_VIVANT(const Common::String &a2);