summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
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