aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-01-27 06:51:26 +0000
committerJames Brown2003-01-27 06:51:26 +0000
commit7a4f4636ee0a4e8c57ece660d93464df5d055db0 (patch)
tree8337654b20e72b41b9cf6ae64d30dacd01f413e2 /scumm/intern.h
parentaa9f5ac10e28c2e6f32c5155a9219b2bb992072d (diff)
downloadscummvm-rg350-7a4f4636ee0a4e8c57ece660d93464df5d055db0.tar.gz
scummvm-rg350-7a4f4636ee0a4e8c57ece660d93464df5d055db0.tar.bz2
scummvm-rg350-7a4f4636ee0a4e8c57ece660d93464df5d055db0.zip
Theoretically implement O_DRAW_OBJECT - although it doesn't seem to work
svn-id: r6560
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 8bd4b05a92..f3e6f150bc 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -432,6 +432,7 @@ protected:
void o8_getActorChore();
+ void o8_drawObject();
void o8_getObjectImageX();
void o8_getObjectImageY();
void o8_getObjectImageWidth();