Reqrite project as BEd specific.

This commit is contained in:
2026-08-13 16:17:32 +01:00
parent cc5d475ab8
commit cd13557e15
46 changed files with 1115 additions and 1026 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#pragma once
#include "../shard.h"
#include "iter.h"
#include "internal/generic.h"
#include "pch.h"
namespace crib::internal::vase {
namespace bed::internal::vase {
struct PetalIterator {
Direction dir;
Shard *root = nullptr;
@@ -26,4 +26,4 @@ struct PetalIterator {
private:
Petal *_next(uint64_t *offset);
};
} // namespace crib::internal::vase
} // namespace bed::internal::vase