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