diff options
Diffstat (limited to 'include/newpluginapi.h')
| -rw-r--r-- | include/newpluginapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 585adaa27e..3e8f2d6993 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -199,6 +199,8 @@ public: void openOptions(const wchar_t *pszGroup, const wchar_t *pszPage = 0, const wchar_t *pszTab = 0);
void openOptionsPage(const wchar_t *pszGroup, const wchar_t *pszPage = 0, const wchar_t *pszTab = 0);
+ HANDLE addIcon(struct SKINICONDESC*);
+
int addSound(const char *name, const wchar_t *section, const wchar_t *description, const wchar_t *defaultFile = nullptr);
int addUserInfo(WPARAM wParam, struct OPTIONSDIALOGPAGE *odp);
|
