aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.h
diff options
context:
space:
mode:
authorStrangerke2013-01-23 01:38:34 +0100
committerStrangerke2013-01-23 01:38:34 +0100
commit82ecfd537f8cb52701cc05e39457d00ce71ecb59 (patch)
tree09ac263253b3628b0c178f67b9793187fcacdd0e /engines/hopkins/talk.h
parent0e0337c30e3b32ae9ab487be8b20ba6a1043c6ef (diff)
downloadscummvm-rg350-82ecfd537f8cb52701cc05e39457d00ce71ecb59.tar.gz
scummvm-rg350-82ecfd537f8cb52701cc05e39457d00ce71ecb59.tar.bz2
scummvm-rg350-82ecfd537f8cb52701cc05e39457d00ce71ecb59.zip
HOPKINS: Some renaming and refactoring in globals, TalkManager and FontsManager
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 a71ddfba7b..db49e7bb02 100644
--- a/engines/hopkins/talk.h
+++ b/engines/hopkins/talk.h
@@ -52,8 +52,8 @@ public:
void PARLER_PERSO2(const Common::String &filename);
void PARLER_PERSO(const Common::String &filename);
void getStringFromBuffer(int srcStart, Common::String &dest, const char *srcData);
- int DIALOGUE();
- int DIALOGUE_REP(int idx);
+ int dialogQuestion();
+ int dialogAnswer(int idx);
void searchCharacterPalette(int startIdx, bool dark);
void dialogWait();
void dialogTalk();