ui: Added recent files to File menu

This commit is contained in:
WerWolv
2021-04-13 08:41:59 +02:00
parent 1e6b493b41
commit 8a485575f5
9 changed files with 42 additions and 29 deletions

View File

@@ -69,6 +69,8 @@ namespace hex {
static std::vector<ContentRegistry::DataProcessorNode::Entry> dataProcessorNodes;
static u32 dataProcessorNodeIdCounter;
static std::list<std::string> recentFilePaths;
static int mainArgc;
static char **mainArgv;