diff options
author | crupest <crupest@outlook.com> | 2019-06-23 00:36:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-06-23 00:36:46 +0800 |
commit | 28c7884d0186ad80db7b9ffa12dd5e52bcb6c52b (patch) | |
tree | 0fd34fdd7bed27508a16cfeaf88cb0c3235cbd43 /include/cru/ui/ui_manager.hpp | |
parent | bf7e486b8908ed494925ff9643b55ccafbfdc434 (diff) | |
download | cru-28c7884d0186ad80db7b9ffa12dd5e52bcb6c52b.tar.gz cru-28c7884d0186ad80db7b9ffa12dd5e52bcb6c52b.tar.bz2 cru-28c7884d0186ad80db7b9ffa12dd5e52bcb6c52b.zip |
...
Diffstat (limited to 'include/cru/ui/ui_manager.hpp')
-rw-r--r-- | include/cru/ui/ui_manager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/ui_manager.hpp b/include/cru/ui/ui_manager.hpp index 2dc9cf6b..f3f78722 100644 --- a/include/cru/ui/ui_manager.hpp +++ b/include/cru/ui/ui_manager.hpp @@ -9,6 +9,7 @@ struct IFontDescriptor; } // namespace cru::platform namespace cru::ui { +//TODO: Make this theme resource. class PredefineResources : public Object { public: PredefineResources(); |