summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index a4015e2..8e48d52 100644
--- a/graphics.h
+++ b/graphics.h
@@ -127,4 +127,12 @@ void dim_copy(pixel *dst, pixel *src);
void render_zoom(pixel *img);
+pixel *prerender_save(void *save, int size, int *width, int *height);
+
+int render_thumb(void *thumb, int size, int bzip2, pixel *vid_buf, int px, int py, int scl);
+
+void render_cursor(pixel *vid, int x, int y, int t, int r);
+
+void sdl_open(void);
+
#endif \ No newline at end of file