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 67c3a46..3830256 100644
--- a/src/main/engine/shape/circle.h
+++ b/src/main/engine/shape/circle.h
@@ -33,5 +33,6 @@ typedef struct {
Circle *engine_circle_new(float cx, float cy, float r, int num_segments, int outline);
void engine_render_circle(Circle *circle);
+void engine_circle_set_color(Circle *, Color *);
#endif /* __CIRCLE_H__ */