aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.h
diff options
context:
space:
mode:
authorStrangerke2013-02-09 14:52:37 +0100
committerStrangerke2013-02-09 14:52:37 +0100
commit7927babf21ad886d8e4f3e177c94274e7b58c2cd (patch)
treee979d8384c0e77364fee63e9b43a7cc2ab9b5f03 /engines/hopkins/talk.h
parent6830416d866a30a1caab3d51f07d588774dfd596 (diff)
downloadscummvm-rg350-7927babf21ad886d8e4f3e177c94274e7b58c2cd.tar.gz
scummvm-rg350-7927babf21ad886d8e4f3e177c94274e7b58c2cd.tar.bz2
scummvm-rg350-7927babf21ad886d8e4f3e177c94274e7b58c2cd.zip
HOPKINS: Some more renaming and refactoring in TalkManager
Diffstat (limited to 'engines/hopkins/talk.h')
-rw-r--r--engines/hopkins/talk.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/hopkins/talk.h b/engines/hopkins/talk.h
index fad626ee54..e0fe488c28 100644
--- a/engines/hopkins/talk.h
+++ b/engines/hopkins/talk.h
@@ -30,6 +30,8 @@ namespace Hopkins {
class HopkinsEngine;
+#define MIN_LETTERS_PER_LINE 65
+
class TalkManager {
private:
HopkinsEngine *_vm;
@@ -54,8 +56,8 @@ private:
void initCharacterAnim();
void clearCharacterAnim();
bool searchCharacterAnim(int idx, const byte *bufPerso, int animId, int bufferSize);
+ int countBoxLines(int idx, const Common::String &file);
- int VERIF_BOITE(int a1, const Common::String &a2, int a3);
void VISU_PARLE();
void BOB_VISU_PARLE(int idx);
@@ -69,7 +71,7 @@ public:
void PARLER_PERSO2(const Common::String &filename);
void PARLER_PERSO(const Common::String &filename);
void REPONSE(int zone, int verb);
- void REPONSE2(int zone, int a2);
+ void REPONSE2(int zone, int verb);
void OBJET_VIVANT(const Common::String &a2);
};