summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-29 12:10:58 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-29 12:10:58 (GMT)
commit1af2d330de825a585c2c5ad8b6f840c639237034 (patch)
tree17f95500b7ab8545949b2a3cb4d00c64c1949a0f /graphics.h
parentc0563111f822f5253264c7805917a864e1ddda5d (diff)
downloadpowder-1af2d330de825a585c2c5ad8b6f840c639237034.zip
powder-1af2d330de825a585c2c5ad8b6f840c639237034.tar.gz
Moves and fixes
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index a7f932d..a4015e2 100644
--- a/graphics.h
+++ b/graphics.h
@@ -121,4 +121,10 @@ void render_fire(pixel *dst);
void prepare_alpha(void);
+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 render_zoom(pixel *img);
+
#endif \ No newline at end of file