aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dialogs.h
diff options
context:
space:
mode:
authorStrangerke2013-10-12 12:36:06 +0200
committerStrangerke2013-10-12 12:36:06 +0200
commit0deb94c1b8a19c790cbdda3790190e7ef25c4dc6 (patch)
tree50193a0d1e487b009ad83e5f8fe813f35a9f69f8 /engines/avalanche/dialogs.h
parent46c5bfa50889eacbf88620fbccf5c3b435565875 (diff)
downloadscummvm-rg350-0deb94c1b8a19c790cbdda3790190e7ef25c4dc6.tar.gz
scummvm-rg350-0deb94c1b8a19c790cbdda3790190e7ef25c4dc6.tar.bz2
scummvm-rg350-0deb94c1b8a19c790cbdda3790190e7ef25c4dc6.zip
AVALANCHE: Move some parser functions to Dialogs. Improve some comments
Diffstat (limited to 'engines/avalanche/dialogs.h')
-rw-r--r--engines/avalanche/dialogs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/avalanche/dialogs.h b/engines/avalanche/dialogs.h
index 1026637644..5d105245dd 100644
--- a/engines/avalanche/dialogs.h
+++ b/engines/avalanche/dialogs.h
@@ -55,8 +55,10 @@ public:
void talkTo(byte whom);
void sayIt(Common::String str);
Common::String personSpeaks();
- void heyThanks(byte thing);
-
+ void sayThanks(byte thing);
+ void sayHello();
+ void sayOK();
+ void saySilly();
private:
AvalancheEngine *_vm;