diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 11:28:57 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 11:28:57 -0400 |
| commit | eb38a10f13e0c778afe72171a6792e615d01087e (patch) | |
| tree | 0687aa18a156f2bfb31da4680f176c07e014ab1e /renderer.h | |
| parent | 8ca386b0597c69f4ca73e56d81608cf2a0a80c88 (diff) | |
| download | volute-eb38a10f13e0c778afe72171a6792e615d01087e.zip | |
render_canvas: return id of icon
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |