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