diff options
author | Bertrand Augereau | 2011-11-18 07:48:07 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-18 08:25:39 +0100 |
commit | 26dd3f52f21d71f3fe054a5cb917639d93b598a4 (patch) | |
tree | a556bf978f00a58a1b6e19c152982f1f872288d6 /devtools | |
parent | 2631da94099b8ecabf3e5cb571bb5aa087dbf467 (diff) | |
download | scummvm-rg350-26dd3f52f21d71f3fe054a5cb917639d93b598a4.tar.gz scummvm-rg350-26dd3f52f21d71f3fe054a5cb917639d93b598a4.tar.bz2 scummvm-rg350-26dd3f52f21d71f3fe054a5cb917639d93b598a4.zip |
DREAMWEB: 'input' ported to C++
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 56f1de09ce..9ac51bf420 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -246,6 +246,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'loadroomssample', 'printlogo', 'usemon', + 'input', ], skip_output = [ # These functions are processed but not output 'dreamweb', |