summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater/Src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PackUpdater/Src/stdafx.h')
-rw-r--r--plugins/PackUpdater/Src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/PackUpdater/Src/stdafx.h b/plugins/PackUpdater/Src/stdafx.h
index be444fdfc8..9f87204d38 100644
--- a/plugins/PackUpdater/Src/stdafx.h
+++ b/plugins/PackUpdater/Src/stdafx.h
@@ -54,6 +54,9 @@ typedef std::wstring tString;
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
struct FILEURL