diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 6736b63171..e11b74db5d 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -83,6 +83,7 @@ struct NewstoryListData : public MZeroedObject void LineUp(); void LineDown(); ItemData* LoadItem(int idx); + void OpenFolder(); void PageUp(); void PageDown(); int PaintItem(HDC hdc, int index, int top, int width); |