2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Icon integration

This commit is contained in:
Jack Andersen
2016-01-18 13:33:23 -10:00
parent 334a7875c1
commit 9f08984d1f
10 changed files with 236 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ class ViewManager : public Specter::IViewManager
Specter::FontCache m_fontCache;
Specter::DefaultThemeData m_themeData;
Specter::ViewResources m_viewResources;
boo::GraphicsDataToken m_iconsToken;
Specter::Translator m_translator;
std::unique_ptr<boo::IWindow> m_mainWindow;