diff options
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d964d7a52f..e04ff075c0 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -202,9 +202,12 @@ public: int addFont(struct FontID *pFont);
int addFont(struct FontIDW *pFont);
+ int addFont(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription,
+ const wchar_t *pszBackgroundGroup, const wchar_t *pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault);
int addColor(struct ColourID *pColor);
int addColor(struct ColourIDW *pColor);
+ int addColor(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription, COLORREF clrDefault);
int addEffect(struct EffectID *pEffect);
int addEffect(struct EffectIDW *pEffect);
|