Added task loop for async stuff and getters for the loop and the VFS.

This commit is contained in:
2025-03-04 00:56:39 +01:00
parent eb5def0070
commit 830fdd434b
3 changed files with 33 additions and 2 deletions

View File

@@ -96,6 +96,8 @@ int Application::run(int argc, char** argv)
ImGui::Begin("##main", nullptr, mMainWindowFlags);
render();
mTaskLoop.tick();
ImGui::End();
ImGui::Render();