hud_system.h 160 B

1234567891011
  1. #pragma once
  2. #include <entt/entity/fwd.hpp>
  3. namespace testbed {
  4. struct context;
  5. void hud_system(entt::registry &, const context &);
  6. } // namespace testbed