diff options
Diffstat (limited to 'engines/lab/labfun.h')
-rw-r--r-- | engines/lab/labfun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lab/labfun.h b/engines/lab/labfun.h index 9ed334f431..3a77855f17 100644 --- a/engines/lab/labfun.h +++ b/engines/lab/labfun.h @@ -98,6 +98,7 @@ uint32 flowTextToMem(Image *DestIm, void *font, /* the TextAttr pointer */ uint16 y1, uint16 x2, uint16 y2, const char *text); /* The text itself */ void drawMessage(const char *text); +void drawStaticMessage(byte index); int32 longDrawMessage(const char *text); /* The Wipes */ |