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 --- Snapshot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Snapshot.h') diff --git a/Snapshot.h b/Snapshot.h index ab1b8e1..c993b23 100644 --- a/Snapshot.h +++ b/Snapshot.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include "Killmail.h" #include "Source.h" @@ -11,6 +12,8 @@ class Snapshot : public Source public: explicit Snapshot(const char* filename); std::vector killmails() const override; + int team(const Owner& owner) const override; private: std::vector m_killmails; + std::unordered_map m_teams; }; -- cgit v1.1