aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-24 16:53:04 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit77468312de507fcd7e01c95f1135afc33a6f4b24 (patch)
treed9ff037883a24a045c4079267d6854510f2e473f /engines/glk/frotz/glk_interface.h
parent62af5ea8919a5148154413eaec80a9e686d64114 (diff)
downloadscummvm-rg350-77468312de507fcd7e01c95f1135afc33a6f4b24.tar.gz
scummvm-rg350-77468312de507fcd7e01c95f1135afc33a6f4b24.tar.bz2
scummvm-rg350-77468312de507fcd7e01c95f1135afc33a6f4b24.zip
GLK: FROTZ: Beyond Zork title screen now showing
Diffstat (limited to 'engines/glk/frotz/glk_interface.h')
-rw-r--r--engines/glk/frotz/glk_interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/frotz/glk_interface.h b/engines/glk/frotz/glk_interface.h
index b279ec87a3..4e531ee40b 100644
--- a/engines/glk/frotz/glk_interface.h
+++ b/engines/glk/frotz/glk_interface.h
@@ -169,6 +169,11 @@ protected:
void os_draw_picture(int picture, winid_t win, const Common::Point &pos);
/**
+ * Display a picture using the specified bounds
+ */
+ void os_draw_picture(int picture, winid_t win, const Common::Rect &r);
+
+ /**
* Call the IO interface to play a sample.
*/
void start_sample(int number, int volume, int repeats, zword eos);