From e0de78eecfbc8898b028f191326e87f647d6aa5b Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 9 Jun 2022 20:08:22 +0200 Subject: Added group icons to wreck labels --- Source.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source.h') diff --git a/Source.h b/Source.h index 1dba9ea..f583666 100644 --- a/Source.h +++ b/Source.h @@ -3,10 +3,12 @@ #include #include "Killmail.h" +#include "Owner.h" struct Source { virtual ~Source() = default; virtual std::vector killmails() const = 0; + virtual int team(const Owner& owner) const = 0; }; -- cgit v1.1