|
Unravel Engine C++ Reference
|
#include <context/context.hpp>#include <filesystem/syncer.h>#include <ospp/event.h>#include <deque>#include <functional>#include <mutex>Go to the source code of this file.
Classes | |
| class | unravel::asset_watcher |
Namespaces | |
| namespace | unravel |
Typedefs | |
| using | unravel::on_wait_progress_t = std::function<void(size_t completed, size_t total, const std::string& current_job)> |
| Callback invoked after each compilation job completes during a blocking wait. | |