diff options
author | Willem Jan Palenstijn | 2011-12-03 16:46:44 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-03 16:57:42 +0100 |
commit | 720f3587cba66c176657c7953f3df3ac07baabe7 (patch) | |
tree | c7a98747cc256becd76771988780a78637049a3c /engines/dreamweb/stubs.h | |
parent | 23576c8f155833614f5207b14005f9a69f1c8d4f (diff) | |
download | scummvm-rg350-720f3587cba66c176657c7953f3df3ac07baabe7.tar.gz scummvm-rg350-720f3587cba66c176657c7953f3df3ac07baabe7.tar.bz2 scummvm-rg350-720f3587cba66c176657c7953f3df3ac07baabe7.zip |
DREAMWEB: Move 'loadOld' from dreamgen
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 36b499ae7c..3bbe0dd02c 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -406,4 +406,6 @@ void enterCode(uint8 digit0, uint8 digit1, uint8 digit2, uint8 digit3); void enterCode(); unsigned int scanForNames(); + void doLoad(); + void loadOld(); |