#include "cru/platform/bootstrap/Bootstrap.h" #include "DrawCircle.h" int main() { std::unique_ptr graphics_factory( cru::platform::bootstrap::CreateGraphicsFactory()); cru::demos::graphics::DrawCircle(graphics_factory.get()); return 0; }