From 25a9df8a817de652a40d2cc48411310b081b5653 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 5 Feb 2010 22:31:48 +0000 Subject: SCI: moving kDisplay into GfxPaint16, now getting called directly as well svn-id: r47917 --- engines/sci/graphics/paint16.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/graphics/paint16.h') 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; -- cgit v1.2.3