summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/stdafx.h
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2020-04-11 15:47:21 +0300
committerMataes <mataes2007@gmail.com>2020-04-11 15:47:21 +0300
commit467ebabf29c13a6f20ea5f7a1ec6d59c615e453c (patch)
treebccbf50beb763d4e4b0b87a6a852636f8eb9cfbb /plugins/NewStory/src/stdafx.h
parent6938f9a6faf85e0d7ae81fc36174772d52caa47c (diff)
Newstory: Unload 1st part, crash not fixed
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r--plugins/NewStory/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h
index fc67c04f43..b58cadab99 100644
--- a/plugins/NewStory/src/stdafx.h
+++ b/plugins/NewStory/src/stdafx.h
@@ -76,5 +76,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
CMPlugin();
int Load() override;
+ int Unload() override;
};