summaryrefslogtreecommitdiff
path: root/src/main/engine/shape/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/engine/shape/circle.h')
-rw-r--r--src/main/engine/shape/circle.h1
1 files changed, 1 insertions, 0 deletions
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__ */