#pragma once #include "../shard.h" #include "pch.h" namespace crib::internal::vase { enum struct Direction : uint8_t { Forward, Backward }; }