summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-09-01 10:40:29 (GMT)
committer Simon <simon@hardwired.org.uk>2010-09-01 10:40:29 (GMT)
commitcf85eabee95be1e4947935183d1366cba6f42245 (patch)
tree74169763bd8a27fad15d601110a9579e7f96bbd8 /graphics.h
parent75d3e18fbfb3dfb8f757cbe3d36d5953c2621956 (diff)
downloadpowder-cf85eabee95be1e4947935183d1366cba6f42245.zip
powder-cf85eabee95be1e4947935183d1366cba6f42245.tar.gz
Fixed zoom, removed plastic, fixed oil, more moving around. Experimental Neutron behaviour
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