diff options
author | crupest <crupest@outlook.com> | 2018-09-16 23:48:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-16 23:48:54 +0800 |
commit | 94c066a34900845297c41c134a9a910124a5833d (patch) | |
tree | fe717d4d80137c005ae3f2c1675ab3ba7d990b23 /CruUI/ui/ui_base.h | |
parent | 683419f2856d348436ca64cfd4b3abbfc73cda89 (diff) | |
download | cru-94c066a34900845297c41c134a9a910124a5833d.tar.gz cru-94c066a34900845297c41c134a9a910124a5833d.tar.bz2 cru-94c066a34900845297c41c134a9a910124a5833d.zip |
Develop toggle button.
Diffstat (limited to 'CruUI/ui/ui_base.h')
-rw-r--r-- | CruUI/ui/ui_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CruUI/ui/ui_base.h b/CruUI/ui/ui_base.h index 15847c1d..8ce82cdf 100644 --- a/CruUI/ui/ui_base.h +++ b/CruUI/ui/ui_base.h @@ -1,5 +1,6 @@ #pragma once + namespace cru { namespace ui |