From 6515948e3f5b97f90446536f72e99d71e96f9de7 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 9 Nov 2018 19:59:57 +0800 Subject: Add AnyMap. --- src/application.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/application.hpp') diff --git a/src/application.hpp b/src/application.hpp index fe38ba0f..48c87a7a 100644 --- a/src/application.hpp +++ b/src/application.hpp @@ -6,6 +6,7 @@ #include #include "base.hpp" +#include "any_map.h" namespace cru { @@ -121,6 +122,11 @@ namespace cru return caret_info_; } + AnyMap* GetThemeMap() + { + return &theme_map_; + } + #ifdef CRU_DEBUG_LAYOUT const DebugLayoutResource* GetDebugLayoutResource() const { @@ -143,6 +149,8 @@ namespace cru #endif CaretInfo caret_info_; + + AnyMap theme_map_{}; }; -- cgit v1.2.3