diff options
Diffstat (limited to 'graphics.h')
| -rw-r--r-- | graphics.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
