diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-29 19:23:04 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-29 19:23:04 -0400 |
| commit | 0e48f9ed9065ecf58944caa770f72d72f8a6dbe6 (patch) | |
| tree | dd83286b4eeef3219882504186b1f6b15b399fa0 /renderer.h | |
| parent | bbae94cdb3e6ab5eab6e57dacc26495184a47eee (diff) | |
| download | volute-0e48f9ed9065ecf58944caa770f72d72f8a6dbe6.zip | |
canvas
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ void r_get_window_size(int *w, int *h); int r_add_icon(const char *path); 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); |