aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-07-18 14:30:07 +0200
committerBertrand Augereau2011-07-23 18:23:38 +0200
commit599fbf4fe6e8fd92105ae2bcdd21e0c2f82005f9 (patch)
treec91a3b67f440677e430b70411e6d492bccfcbd19 /engines/dreamweb/stubs.h
parentb728323df751a0aec5aee890cdce52f50796b12a (diff)
downloadscummvm-rg350-599fbf4fe6e8fd92105ae2bcdd21e0c2f82005f9.tar.gz
scummvm-rg350-599fbf4fe6e8fd92105ae2bcdd21e0c2f82005f9.tar.bz2
scummvm-rg350-599fbf4fe6e8fd92105ae2bcdd21e0c2f82005f9.zip
DREAMWEB: 'printdirect' ported to C++
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index b882172b4c..ef957344b4 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -38,6 +38,7 @@
void quickquit2();
void getnextword();
uint8 getnextword(uint8 *totalWidth, uint8 *charCount);
+ void printdirect();
void getnumber();
uint8 getnumber(uint16 maxWidth, bool centered);
void kernchars();