diff options
author | Willem Jan Palenstijn | 2011-12-27 01:48:40 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-27 01:48:40 +0100 |
commit | 9bf5a1930de387c32bce788a8ccdc1f9db5b3681 (patch) | |
tree | fdcef59f5cd075a8977c726c6baa8f325b43f882 /engines/dreamweb | |
parent | 0be53a88d626b484b9db30f3d89534d5d237a073 (diff) | |
download | scummvm-rg350-9bf5a1930de387c32bce788a8ccdc1f9db5b3681.tar.gz scummvm-rg350-9bf5a1930de387c32bce788a8ccdc1f9db5b3681.tar.bz2 scummvm-rg350-9bf5a1930de387c32bce788a8ccdc1f9db5b3681.zip |
DREAMWEB: Blacklist the main dreamweb function
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/dreamgen.h | 1 | ||||
-rw-r--r-- | engines/dreamweb/stubs.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 629dde26a2..a68c5cdef8 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -412,7 +412,6 @@ public: void __start(); #include "stubs.h" // Allow hand-reversed functions to have a signature different than void f() - void dreamweb(); }; } // End of namespace DreamGen diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 785e737310..c9eaf2699a 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -22,6 +22,7 @@ #ifndef DREAMWEB_STUBS_H #define DREAMWEB_STUBS_H + void dreamweb(); void screenUpdate(); void startup1(); void multiGet(uint8 *dst, uint16 x, uint16 y, uint8 width, uint8 height) { |