#pragma once #include "pch.h" namespace bed::internal::vase { constexpr uint64_t PETAL_SIZE_MAX = 32 * 1024; }