[refactor] Sync with master

This was initially a merge commit that got ironed out by rebase cleanup.
Notable changes are:
- Copying EntityRef instead of referencing it
- Some changes to includes
This commit is contained in:
gsemaj
2022-07-30 22:50:03 -07:00
committed by gsemaj
parent 31677e2638
commit 4ece1bb89b
6 changed files with 22 additions and 30 deletions

View File

@@ -5,6 +5,7 @@
#include "Transport.hpp"
#include "Chunking.hpp"
#include "Entities.hpp"
#include <map>
#include <unordered_map>