diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 20:21:40 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 20:21:40 -0400 |
| commit | e9613ccbdf82deb0f8275e63ad6b5ca23077095c (patch) | |
| tree | 45413b223b2e083f3fd1b927ecce2bc75e6d48a8 /renderer.h | |
| parent | 2f425edd957b84d92961d78e8377f12db59cf068 (diff) | |
| download | volute-e9613ccbdf82deb0f8275e63ad6b5ca23077095c.zip | |
draw circle on canvas
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ void r_get_icon_size(int id, int *w, int *h); int r_add_canvas(const char *bg_img_path); void r_remove_canvas(int id); -int r_canvas_draw_circle(int id, int x, int y, int r, mu_Color color); +void r_canvas_draw_circle(int id, int x, int y, int r, mu_Color color); void r_clear_canvas(int id); int r_render_canvas(int id); |