aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-27 23:05:09 +1000
committerPaul Gilbert2012-09-27 23:05:09 +1000
commit221050f39f677bcbc1396d7e24d70a3e8ed98a75 (patch)
treed9ca39e0193d681667b7bbf3c505d002dd512248 /engines/hopkins/talk.h
parent1885141be56d3ce0acc58098876488c73ad26d2b (diff)
downloadscummvm-rg350-221050f39f677bcbc1396d7e24d70a3e8ed98a75.tar.gz
scummvm-rg350-221050f39f677bcbc1396d7e24d70a3e8ed98a75.tar.bz2
scummvm-rg350-221050f39f677bcbc1396d7e24d70a3e8ed98a75.zip
HOPKINS: Implemented more talk manager methods
Diffstat (limited to 'engines/hopkins/talk.h')
-rw-r--r--engines/hopkins/talk.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/hopkins/talk.h b/engines/hopkins/talk.h
index 7c1ed0db94..6e6cb2d608 100644
--- a/engines/hopkins/talk.h
+++ b/engines/hopkins/talk.h
@@ -37,6 +37,8 @@ public:
Common::String FQUEST;
Common::String FREPON;
byte *BUFFERPERSO;
+ byte *PALPERSO;
+ byte *PERSOSPR;
size_t TAILLEPERSO;
int STATI;
int PLIGNE1, PLIGNE2;
@@ -47,9 +49,15 @@ public:
void PARLER_PERSO2(const Common::String &filename);
void RENVOIE_FICHIER(int srcStart, Common::String &dest, const char *srcData);
- int DIALOGUE_REP(int idx);
int DIALOGUE();
+ int DIALOGUE_REP(int idx);
void CHERCHE_PAL(int a1, int a2);
+ void VISU_WAIT();
+ void FIN_VISU_WAIT();
+ void FIN_VISU_PARLE(int a1);
+ int VERIF_BOITE(__int16 a1, const Common::String &a2, __int16 a3);
+ void VISU_PARLE();
+ void BOB_VISU_PARLE(int idx);
};
} // End of namespace Hopkins