#pragma once #include namespace Aftr { class Model; } /// Executed on the main thread at the end of GLView::updateWorld. using task_to_run_upon_Async_Model_loading_completed = std::function;