From 82737f92d16d35ba1d526b9118c32c47af5936aa Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 23 May 2022 19:20:20 +0200 Subject: Icons are now cached by filename --- Icons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Icons.h') diff --git a/Icons.h b/Icons.h index 367d9aa..3acc8cf 100644 --- a/Icons.h +++ b/Icons.h @@ -1,5 +1,6 @@ #pragma once +#include #include #include @@ -13,5 +14,5 @@ public: void reset(); Texture2D find(long int type); private: - std::unordered_map m_cache; + std::unordered_map m_cache; }; -- cgit v1.1