Soul-Engine
Soul-Engine copied to clipboard
Replace std::function with std::unique_function
Come C++20, std::unique_function should replace all cases of std::function in the engine. I believe that all cases are applicable to the non-copy requirements.