diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-30 19:48:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-30 19:48:11 (GMT) |
| commit | b4b4a90f006c4c84d11a7017c2c454c1692c7b24 (patch) | |
| tree | e6761383beb59ca1728138632979c29ab34be7c6 /includes/graphics.h | |
| parent | 9c3139354753f01c8cce68bad958c17ab6054b46 (diff) | |
| download | powder-b4b4a90f006c4c84d11a7017c2c454c1692c7b24.zip powder-b4b4a90f006c4c84d11a7017c2c454c1692c7b24.tar.gz | |
Almost finished new save format, just signs and thumbnail rendering needed
Diffstat (limited to 'includes/graphics.h')
| -rw-r--r-- | includes/graphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/graphics.h b/includes/graphics.h index 957c160..dde1c9c 100644 --- a/includes/graphics.h +++ b/includes/graphics.h @@ -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); |
