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