#pragma once #include namespace testbed { struct context; void rendering_system(entt::registry &, const context &); } // namespace testbed