diff options
Diffstat (limited to 'plugins/StatusManager/src/stdafx.h')
-rw-r--r-- | plugins/StatusManager/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/src/stdafx.h b/plugins/StatusManager/src/stdafx.h index 5594382334..52fdc095df 100644 --- a/plugins/StatusManager/src/stdafx.h +++ b/plugins/StatusManager/src/stdafx.h @@ -41,6 +41,8 @@ struct CMPlugin : public PLUGIN<CMPlugin> { CMPlugin(); + bool bMirandaLoaded; + int Load() override; int Unload() override; }; @@ -50,13 +52,11 @@ struct CFakePlugin : public CMPluginBase CFakePlugin(const char *szModuleName); }; - #include "commonstatus.h" #include "keepstatus.h" #include "startupstatus.h" #include "advancedautoaway.h" -extern bool g_bMirandaLoaded; extern CFakePlugin AAAPlugin, KSPlugin, SSPlugin; extern CMOption<bool> g_AAAEnabled, g_KSEnabled, g_SSEnabled; |