summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-05-28 20:24:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-29 12:34:50 (GMT)
commita2c171fbf91e024767ecb8a800a3d7ec13e5d611 (patch)
treea4d5b0644e3c0c6bd5a72249024883cf7ddc17c9 /includes/interface.h
parent6a2f357efd2dac87a4a9f30206717500440d2a76 (diff)
downloadpowder-a2c171fbf91e024767ecb8a800a3d7ec13e5d611.zip
powder-a2c171fbf91e024767ecb8a800a3d7ec13e5d611.tar.gz
Remove remaining references to old decorations buffer
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h
index dd45fb7..7834bb3 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -240,6 +240,6 @@ char *console_ui(pixel *vid_buf, char error[255],char console_more);
void simulation_ui(pixel *vid_buf);
-unsigned int decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy, unsigned int savedColor);
+unsigned int decorations_ui(pixel *vid_buf, int *bsx, int *bsy, unsigned int savedColor);
#endif