1 2 3 4 5
#include "cru/ui/no_child_control.hpp" namespace cru::ui { const std::vector<Control*> NoChildControl::empty_control_vector{}; }