#pragma once #include "cru/platform/graphics/Factory.h" namespace cru::demos::graphics { void DrawCircle(platform::graphics::IGraphicsFactory* graphics_factory); }