diff options
| author | Simon <simon@hardwired.org.uk> | 2010-09-01 10:40:29 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-09-01 10:40:29 (GMT) |
| commit | cf85eabee95be1e4947935183d1366cba6f42245 (patch) | |
| tree | 74169763bd8a27fad15d601110a9579e7f96bbd8 /graphics.h | |
| parent | 75d3e18fbfb3dfb8f757cbe3d36d5953c2621956 (diff) | |
| download | powder-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.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 |
