aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
diff options
context:
space:
mode:
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 2a8d344..3608274 100644
--- a/renderer.h
+++ b/renderer.h
@@ -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);