load overworld maps in threads via std::future

This commit is contained in:
scawful
2023-05-15 08:24:59 -05:00
parent 46fe8993ea
commit 304c39d3cd
2 changed files with 21 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
#include <memory>
#include <vector>
#include <future>
#include "absl/status/status.h"
#include "app/core/constants.h"