From 467ebabf29c13a6f20ea5f7a1ec6d59c615e453c Mon Sep 17 00:00:00 2001 From: Mataes Date: Sat, 11 Apr 2020 15:47:21 +0300 Subject: Newstory: Unload 1st part, crash not fixed --- plugins/NewStory/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/NewStory/src/stdafx.h') 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(); int Load() override; + int Unload() override; }; -- cgit v1.2.3