diff options
Diffstat (limited to 'src/ui/theme.hpp')
-rw-r--r-- | src/ui/theme.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/theme.hpp b/src/ui/theme.hpp new file mode 100644 index 00000000..571a05fe --- /dev/null +++ b/src/ui/theme.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include "any_map.h" + +namespace cru::ui::theme +{ + +} |