Almost finished new save format, just signs and thumbnail rendering needed

This commit is contained in:
Simon Robertshaw
2011-12-30 19:48:11 +00:00
parent 9c31393547
commit b4b4a90f00
4 changed files with 429 additions and 209 deletions

View File

@@ -215,8 +215,6 @@ void dim_copy_pers(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 rx, int ry);