blob: 7b0c10a9d3c24424ada5b31b0953b00aacb4d5c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
#include "cru/ui/controls/Container.h"
#include "cru/platform/graphics/Factory.h"
#include "cru/ui/render/BorderRenderObject.h"
#include "cru/ui/render/RenderObject.h"
namespace cru::ui::controls {
Container::Container() {}
Container::~Container() = default;
}  // namespace cru::ui::controls
 
  |