Nibble is a noob, also fix for persistent mode bug

This commit is contained in:
Simon
2010-12-19 14:20:38 +00:00
parent 9c805f8643
commit 92d22ac590
5 changed files with 5293 additions and 5 deletions

View File

@@ -131,6 +131,8 @@ void draw_image(pixel *vid, pixel *img, int x, int y, int w, int h, int a);
void dim_copy(pixel *dst, pixel *src);
void dim_copy_pers(pixel *dst, pixel *src);
void render_zoom(pixel *img);
pixel *prerender_save(void *save, int size, int *width, int *height);