aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.h
diff options
context:
space:
mode:
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;