#pragma once #include #include namespace kurator { struct PopupEmitter { entt::entity popup = entt::null; double total = 0.0; void emit(entt::registry& registry, const sim::Transform& transform, double damage); }; } // namespace kurator