aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-05 22:31:48 +0000
committerMartin Kiewitz2010-02-05 22:31:48 +0000
commit25a9df8a817de652a40d2cc48411310b081b5653 (patch)
tree5db0607f069830e5926d48ef6207327c9db53e05 /engines/sci/graphics/paint16.h
parent71fb77a5aa9b3e64f535ff06d58f1a31f6778d49 (diff)
downloadscummvm-rg350-25a9df8a817de652a40d2cc48411310b081b5653.tar.gz
scummvm-rg350-25a9df8a817de652a40d2cc48411310b081b5653.tar.bz2
scummvm-rg350-25a9df8a817de652a40d2cc48411310b081b5653.zip
SCI: moving kDisplay into GfxPaint16, now getting called directly as well
svn-id: r47917
Diffstat (limited to 'engines/sci/graphics/paint16.h')
-rw-r--r--engines/sci/graphics/paint16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h
index 06a0cc5f8c..a880da74c8 100644
--- a/engines/sci/graphics/paint16.h
+++ b/engines/sci/graphics/paint16.h
@@ -86,6 +86,8 @@ public:
void kernelGraphUpdateBox(Common::Rect rect, bool hiresMode);
void kernelGraphRedrawBox(Common::Rect rect);
+ reg_t kernelDisplay(const char *text, int argc, reg_t *argv);
+
private:
ResourceManager *_resMan;
SegManager *_segMan;