summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AuthState/src/stdafx.h')
-rw-r--r--plugins/AuthState/src/stdafx.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/AuthState/src/stdafx.h b/plugins/AuthState/src/stdafx.h
index 6264b7f4ce..84487e182a 100644
--- a/plugins/AuthState/src/stdafx.h
+++ b/plugins/AuthState/src/stdafx.h
@@ -42,15 +42,12 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ CMOption<BYTE> bUseAuthIcon, bUseGrantIcon, bContactMenuItem, bIconsForRecentContacts;
+
int Load() override;
};
int onOptInitialise(WPARAM wParam, LPARAM lParam);
int onExtraImageApplying(WPARAM wParam, LPARAM lParam);
-extern HANDLE hExtraIcon;
-
-#include "options.h"
-
-
#endif //COMMHEADERS_H