#pragma once #include #include namespace Example { struct Ottobit::ui { using enum halp::colors; using enum halp::layouts; halp_meta(name, "Ottobit") halp_meta(layout, hbox) halp_meta(background, dark) halp::item<&ins::bits> bits; halp::item<&ins::rate> rate; }; }