Store environment variables and use on restart (#380)

- Fixes WerWolv/ImHex#373
This commit is contained in:
qxxxb
2021-12-22 07:16:51 -05:00
committed by GitHub
parent 3d32261f16
commit b047fc0063
6 changed files with 13 additions and 10 deletions

View File

@@ -93,6 +93,7 @@ namespace hex {
static int mainArgc;
static char **mainArgv;
static char **mainEnvp;
static ImFontAtlas *fontAtlas;
static ImFontConfig fontConfig;
@@ -106,4 +107,4 @@ namespace hex {
static std::map<std::string, std::any> sharedVariables;
};
}
}