summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-14 12:28:02 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-14 12:28:02 (GMT)
commit16f014b06ae69c17f6ea2c817e2830023880bbdf (patch)
treec79383f120e76e50d22a510bcf6fcce966420520 /includes/graphics.h
parentd0f236d6b9e7c3de6998b8394b0dfb9241f727cf (diff)
downloadpowder-16f014b06ae69c17f6ea2c817e2830023880bbdf.zip
powder-16f014b06ae69c17f6ea2c817e2830023880bbdf.tar.gz
Move wall drawing to graphics.c
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 d028e9b..6d9a273 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -114,6 +114,8 @@ void xor_rect(pixel *vid, int x, int y, int w, int h);
void draw_parts(pixel *vid);
+void draw_walls(pixel *vid);
+
void draw_decorations(pixel *vid_buf,pixel *decorations);
void draw_wavelengths(pixel *vid, int x, int y, int h, int wl);