21#ifndef __ANTARES_APPLICATION_RECENT_FILES_H__
22#define __ANTARES_APPLICATION_RECENT_FILES_H__
25#include "../toolbox/wx-wrapper.h"
39using List = std::list<std::pair<wxString, wxString>>;
41using ListPtr = Yuni::SmartPtr<List>;
51void Add(
const wxString& path,
const wxString& title = wxString());
56ListPtr AddAndGet(wxString path,
const wxString& title = wxString());
61void Write(
const ListPtr lst);
66void ShowPathInMenu(
bool value);