remote (combined) bitset have

This commit is contained in:
Green Sky
2024-12-14 23:47:04 +01:00
parent 84ade4d683
commit 9777cb81cb
6 changed files with 114 additions and 40 deletions

View File

@@ -8,21 +8,6 @@
namespace ObjectStore::Components {
// until i find a better name
namespace File {
// ephemeral?, not sure saving this to disk makes sense
// tag remove have all?
struct RemoteHaveBitset {
struct Entry {
bool have_all {false};
BitSet have;
};
entt::dense_map<Contact3, Entry> others;
};
} // File
namespace Ephemeral {
namespace File {