diff options
Diffstat (limited to 'libcore/imagecache.h')
| -rw-r--r-- | libcore/imagecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index f2c04f3..207dbb0 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -31,7 +31,7 @@ public: void CacheSkinpart(string path, int width, int height); cImage *GetSkinpart(string name, int width, int height); //cairo special images - cImage *GetVerticalText(string text, tColor color, string font, int size); + cImage *GetVerticalText(string text, tColor color, string font, int size, int direction); //helpers void Clear(void); void Debug(bool full); |
