mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
Store environment variables and use on restart (#380)
- Fixes WerWolv/ImHex#373
This commit is contained in:
@@ -14,7 +14,7 @@ namespace hex::init {
|
||||
|
||||
class WindowSplash {
|
||||
public:
|
||||
WindowSplash(int &argc, char **&argv);
|
||||
WindowSplash(int &argc, char **&argv, char **&envp);
|
||||
~WindowSplash();
|
||||
|
||||
bool loop();
|
||||
@@ -40,4 +40,4 @@ namespace hex::init {
|
||||
std::vector<std::pair<std::string, TaskFunction>> m_tasks;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user