diff options
Diffstat (limited to 'plugins/NoHistory/src/stdafx.h')
-rw-r--r-- | plugins/NoHistory/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index 82ca708c8a..612f2e2aea 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -31,6 +31,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> CMPlugin();
CMOption<bool> bEnabledForNew;
+ CMOption<bool> bWipeOnStartup;
int Load() override;
int Unload() override;
|