mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
Added recent files selection to Welcome screen
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user