#pragma once #include #include namespace hex::init { /** * @brief Runs the exit tasks and print them to console */ void runExitTasks(); std::vector getInitTasks(); std::vector getExitTasks(); }