diff options
author | Max Horn | 2011-12-07 11:02:23 +0100 |
---|---|---|
committer | Max Horn | 2011-12-07 11:19:48 +0100 |
commit | f37b7486768b57c3281c10409c4588d6188ef40c (patch) | |
tree | 6b6c5228415e1286507eaf893be4c95b17bc82a0 /engines/dreamweb/stubs.h | |
parent | ce8b1e06c72b75ea3a4b3a105a8f5493425dcad7 (diff) | |
download | scummvm-rg350-f37b7486768b57c3281c10409c4588d6188ef40c.tar.gz scummvm-rg350-f37b7486768b57c3281c10409c4588d6188ef40c.tar.bz2 scummvm-rg350-f37b7486768b57c3281c10409c4588d6188ef40c.zip |
DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOS
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r-- | engines/dreamweb/stubs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 56e54e2f49..e896acdd98 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -563,5 +563,6 @@ void dumpSymbol(); void dumpSymBox(); void dumpZoom(); + void fadeDOS(); #endif |