diff options
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r-- | engines/prince/prince.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h index a48f056d4d..487a197177 100644 --- a/engines/prince/prince.h +++ b/engines/prince/prince.h @@ -150,6 +150,7 @@ private: void showTexts(); void init(); void showLogo(); + void makeShadowTable(int brightness); uint32 getTextWidth(const char *s); void debugEngine(const char *s, ...); |