aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-30 11:28:57 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-30 11:28:57 -0400
commiteb38a10f13e0c778afe72171a6792e615d01087e (patch)
tree0687aa18a156f2bfb31da4680f176c07e014ab1e /renderer.h
parent8ca386b0597c69f4ca73e56d81608cf2a0a80c88 (diff)
downloadvolute-eb38a10f13e0c778afe72171a6792e615d01087e.zip
render_canvas: return id of icon
Diffstat (limited to 'renderer.h')
-rw-r--r--renderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/renderer.h b/renderer.h
index 3608274..eadfef3 100644
--- a/renderer.h
+++ b/renderer.h
@@ -8,3 +8,5 @@ void r_remove_icon(int);
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);
+int r_render_canvas(int id);