Added recent files selection to Welcome screen

This commit is contained in:
WerWolv
2021-02-01 19:03:45 +01:00
parent d9ec628333
commit d69eee55dd
4 changed files with 57 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
#include <filesystem>
#include <memory>
#include <string>
#include <vector>
#include <hex/helpers/utils.hpp>
@@ -46,6 +47,8 @@ namespace hex {
bool m_demoWindowOpen = false;
static inline std::tuple<int, int> s_currShortcut = { -1, -1 };
std::list<std::string> m_recentFiles;
};
}