diff options
author | Bertrand Augereau | 2011-11-21 21:32:50 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-21 21:53:20 +0100 |
commit | 51c30303a894c0630e3950a7e2168316780dcc76 (patch) | |
tree | a1cfd5e3013675d9f7c1fc9f5ddb0147b901ac16 /engines/dreamweb/stubs.h | |
parent | 397761c2c14f3d08f009c6487f7b49db9d05e13c (diff) | |
download | scummvm-rg350-51c30303a894c0630e3950a7e2168316780dcc76.tar.gz scummvm-rg350-51c30303a894c0630e3950a7e2168316780dcc76.tar.bz2 scummvm-rg350-51c30303a894c0630e3950a7e2168316780dcc76.zip |
DREAMWEB: 'createpanel' and 'createpanel2' ported to C++
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r-- | engines/dreamweb/stubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 2b762c0793..ba44970e65 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -325,4 +325,6 @@ void playchannel0(uint8 index); void playchannel1(uint8 index); void showmainops(); + void createpanel(); + void createpanel2(); |