diff options
author | Bertrand Augereau | 2011-11-23 13:09:31 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-23 15:25:52 +0100 |
commit | 7843073c0eba240e5270be90c87bb708cce2d2cc (patch) | |
tree | 14de9a8966f6775b6b7eba34dda0220517a0b297 /engines/dreamweb/stubs.h | |
parent | a8a698c82b748b73224f01c3bd19b29a2e698ab0 (diff) | |
download | scummvm-rg350-7843073c0eba240e5270be90c87bb708cce2d2cc.tar.gz scummvm-rg350-7843073c0eba240e5270be90c87bb708cce2d2cc.tar.bz2 scummvm-rg350-7843073c0eba240e5270be90c87bb708cce2d2cc.zip |
DREAMWEB: 'autolook' ported to C++
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 2a9a068439..39d1758974 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -332,4 +332,5 @@ void findroominloc(); void reelsonscreen(); void reconstruct(); + void autolook(); |