diff options
Diffstat (limited to 'protocols/Weather/src/proto.h')
-rw-r--r-- | protocols/Weather/src/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Weather/src/proto.h b/protocols/Weather/src/proto.h index e1115b65e3..ae92cf59b4 100644 --- a/protocols/Weather/src/proto.h +++ b/protocols/Weather/src/proto.h @@ -156,6 +156,8 @@ class CWeatherProto : public PROTO<CWeatherProto> MHttpResponse* RunQuery(const wchar_t *id, int days); // menu items + HGENMENU hEnableDisableMenu; + void InitMenuItems(); void UpdateMenu(BOOL State); @@ -259,6 +261,8 @@ public: void OnModulesLoaded() override; void OnShutdown() override; + static void GlobalMenuInit(); + int __cdecl OnToolbarLoaded(WPARAM, LPARAM); }; |