diff options
author | Bertrand Augereau | 2011-11-26 18:31:54 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-26 18:31:54 +0100 |
commit | 0b6042eadd176782a9ff4e64631b0666de221a37 (patch) | |
tree | a2ccd7e7c23c2474f2926b57544530e50a4004a7 /engines/dreamweb/stubs.h | |
parent | 026b13af109893871bdb7aae33df675818bef4a3 (diff) | |
download | scummvm-rg350-0b6042eadd176782a9ff4e64631b0666de221a37.tar.gz scummvm-rg350-0b6042eadd176782a9ff4e64631b0666de221a37.tar.bz2 scummvm-rg350-0b6042eadd176782a9ff4e64631b0666de221a37.zip |
DREAMWEB: 'showdiscops' 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 ae26e1fe01..465a02611a 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -329,6 +329,7 @@ void playchannel1(); void playchannel1(uint8 index); void showmainops(); + void showdiscops(); void createpanel(); void createpanel2(); void findroominloc(); |