aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-27 01:48:25 +0200
committerFilippos Karapetis2011-12-27 02:02:54 +0200
commitb4062765293df384f8db8633bd1cd8bd88f79e95 (patch)
tree405a4644f01adbfc2da3f8a307c1afd8761b58b9 /engines/dreamweb/stubs.h
parent72800fac9dab26d1a774a7a76ddc3b7c3c870ccf (diff)
downloadscummvm-rg350-b4062765293df384f8db8633bd1cd8bd88f79e95.tar.gz
scummvm-rg350-b4062765293df384f8db8633bd1cd8bd88f79e95.tar.bz2
scummvm-rg350-b4062765293df384f8db8633bd1cd8bd88f79e95.zip
DREAMWEB: Cleanup of getKeyAndLogo(), dirFile() and read()
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index ce2fefb615..79b708d7b3 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -90,10 +90,9 @@
bool execCommand();
void identifyOb();
void selectOb();
- bool getKeyAndLogo();
+ bool getKeyAndLogo(const char *foundString);
void read();
void dirCom();
- void searchForString();
const char *searchForString(const char *topic, const char *text) {
return DreamBase::searchForString(topic, text);
}