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 --- Icons.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Icons.h') diff --git a/Icons.h b/Icons.h index a6d4b89..cc68172 100644 --- a/Icons.h +++ b/Icons.h @@ -2,6 +2,7 @@ #include #include +#include #include @@ -12,7 +13,10 @@ public: Icons(); ~Icons(); void reset(); + void draw_team_icons(); Texture2D find(long int group); + Texture2D team_icon(int team); private: std::unordered_map m_cache; + std::vector m_teams; }; -- cgit v1.1