struct EE::UI::Border

#include <border.hpp>

struct Border {
    // fields

    int width = 0;
    Color color;
    Color realColor;
};