aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-10-05 05:52:48 +0000
committerTravis Howell2004-10-05 05:52:48 +0000
commit56ae86ef4fd96807e3fa4c25f89b45ecfa377266 (patch)
treea048cc32eb9398aab5b950542e3ec483cfedfca5 /scumm/intern.h
parentf1ffeaf3ecebbbb1806645d70b3b745d9da4b7ea (diff)
downloadscummvm-rg350-56ae86ef4fd96807e3fa4c25f89b45ecfa377266.tar.gz
scummvm-rg350-56ae86ef4fd96807e3fa4c25f89b45ecfa377266.tar.bz2
scummvm-rg350-56ae86ef4fd96807e3fa4c25f89b45ecfa377266.zip
HE71+ games use wizImages for charset too.
svn-id: r15417
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 4f85e36624..42519bf78f 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -809,6 +809,7 @@ protected:
void o80_writeConfigFile();
void o80_cursorCommand();
void o80_setState();
+ void o80_drawBox();
void o80_drawWizPolygon();
void o80_unknownE0();
void o80_pickVarRandom();