mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
feat: log exit tasks to console (#1363)
This commit is contained in:
@@ -12,6 +12,11 @@ namespace hex::init {
|
||||
bool async;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Runs the exit tasks and print them to console
|
||||
*/
|
||||
void runExitTasks();
|
||||
|
||||
std::vector<Task> getInitTasks();
|
||||
std::vector<Task> getExitTasks();
|
||||
}
|
||||
Reference in New Issue
Block a user