From cec27feccd1d3232ceae2bf284f66071d36cc96a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 22 May 2025 18:04:51 +0200 Subject: Remove the rendering of circles from the Engine --- src/main/engine/shape/circle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/engine/shape/circle.h') diff --git a/src/main/engine/shape/circle.h b/src/main/engine/shape/circle.h index f8bb91d..72e69e1 100644 --- a/src/main/engine/shape/circle.h +++ b/src/main/engine/shape/circle.h @@ -29,5 +29,6 @@ typedef struct { } Circle; Circle *engine_circle_new(float cx, float cy, float r, int num_segments, int outline); +void engine_render_circle(Circle *circle); #endif /* __CIRCLE_H__ */ -- cgit v1.2.3