summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-27 12:01:20 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-27 12:01:20 (GMT)
commit07ade7ed72face5ece3408e953198b5ebcf1170c (patch)
treef735724507f4aed5574bda71900c27d3f53437f6 /graphics.h
parent0d25cae647b2d0827c366165257c5e812a8d8ddb (diff)
downloadpowder-07ade7ed72face5ece3408e953198b5ebcf1170c.zip
powder-07ade7ed72face5ece3408e953198b5ebcf1170c.tar.gz
More work
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 3932a2f..e7f120d 100644
--- a/graphics.h
+++ b/graphics.h
@@ -112,4 +112,6 @@ void xor_line(int x1, int y1, int x2, int y2, pixel *vid);
void xor_rect(pixel *vid, int x, int y, int w, int h);
+void draw_parts(pixel *vid);
+
#endif \ No newline at end of file