diff options
Diffstat (limited to 'plugins/AsSingleWindow/src/stdafx.h')
-rw-r--r-- | plugins/AsSingleWindow/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h index 206955b5f7..e1967facfc 100644 --- a/plugins/AsSingleWindow/src/stdafx.h +++ b/plugins/AsSingleWindow/src/stdafx.h @@ -26,4 +26,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> { CMPlugin(); + + int Load() override; + int Unload() override; }; |