aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorD G Turner2011-12-05 15:06:58 +0000
committerD G Turner2011-12-05 15:06:58 +0000
commit5f992234deb2e0348126fb3f76907b8a586c90be (patch)
tree233deae287a494240f44bbbc0dec143489508a8a /engines/dreamweb/stubs.h
parentcc59b8511715005772f967bd655371b809159907 (diff)
downloadscummvm-rg350-5f992234deb2e0348126fb3f76907b8a586c90be.tar.gz
scummvm-rg350-5f992234deb2e0348126fb3f76907b8a586c90be.tar.bz2
scummvm-rg350-5f992234deb2e0348126fb3f76907b8a586c90be.zip
DREAMWEB: Modified 'showPCX' to allow passing of file name string.
This will allow migration of fixing string values in the cs segment.
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index a4515012a1..c26aa3001c 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+#ifndef DREAMWEB_STUBS_H
+#define DREAMWEB_STUBS_H
+
void screenUpdate();
bool quitRequested();
void startup();
@@ -446,4 +449,7 @@
void readKey();
void hangOne(uint16 delay);
void hangOne();
+ void showPCX(::Common::String name);
+ void showPCX();
+#endif