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, 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);
};