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