Widget Example added

This commit is contained in:
IlyaShurupov 2024-03-20 10:01:05 +03:00
parent b2f5c0193a
commit f3bc272eae
5 changed files with 12 additions and 5 deletions

View file

@ -66,6 +66,10 @@ namespace tp {
}
Map<String, WidgetConfig> configs;
~GlobalGUIConfig() {
configs.removeAll();
}
};
extern GlobalGUIConfig* gGlobalGUIConfig;