summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-12-22 05:13:01 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-12-22 05:13:01 (GMT)
commite5ebf1fb41ee6a55db4869a01638e92acd8ea1d1 (patch)
treee191a30702685d5baffb4a6e39ae343fd7612a9a /includes/graphics.h
parentee4bb84395f2e8aaa9e9af7080f03d837b0a0344 (diff)
downloadpowder-e5ebf1fb41ee6a55db4869a01638e92acd8ea1d1.zip
powder-e5ebf1fb41ee6a55db4869a01638e92acd8ea1d1.tar.gz
updated with latest, and FWRK crash fix, INST looks for INSL, wifi lines only show in debug mode.
Diffstat (limited to 'includes/graphics.h')
-rw-r--r--includes/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index 3524395..a5de71a 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -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);