diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index 22b1327dad..07768f03dd 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -22,6 +22,9 @@ struct ItemData void load(bool bFullLoad); bool isGrouped() const; + int getTemplate() const; + void getFontColor(int &fontId, int &colorId) const; + inline wchar_t *getWBuf() { load(true); |