diff options
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
| -rw-r--r-- | plugins/NewStory/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index f6cb9c2c89..5cafb41211 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -103,13 +103,19 @@ struct CMPlugin : public PLUGIN<CMPlugin> // thesw options are a copy of static CMOption to keep performance high bool bMsgGrouping, bDrawEdge, bHppCompat, bDisableDelete = false; bool bShowType, bShowDirecction; + + COLORREF clCustom[5]; CMPlugin(); + void LoadOptions(); + int Load() override; int Unload() override; }; extern CMOption<bool> g_bOptGrouping, g_bOptDrawEdge, g_bOptHppCompat, g_bShowType, g_bShowDirection; +extern CMOption<uint32_t> g_clCustom0, g_clCustom1, g_clCustom2, g_clCustom3, g_clCustom4; + extern wchar_t* months[12]; extern int g_iPixelY; |
