summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-11-13 21:02:46 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-11-13 21:02:46 (GMT)
commitc63dff45e4e59ac14c0a087388b89e0d08fa5a62 (patch)
tree50f2791205200202f1d2a991cd530e207b572180 /includes/interface.h
parent0f4c0915d9bdfbd9e865200941083bd463d03d69 (diff)
downloadpowder-c63dff45e4e59ac14c0a087388b89e0d08fa5a62.zip
powder-c63dff45e4e59ac14c0a087388b89e0d08fa5a62.tar.gz
Basic render modes for Render_ui
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 f8247d3..27ba33f 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -328,7 +328,7 @@ int report_ui(pixel *vid_buf, char *save_id);
char *console_ui(pixel *vid_buf, char error[255],char console_more);
-void render_ui(pixel *vid_buf);
+void render_ui(pixel *vid_buf, int xcoord, int ycoord, int orientation);
void simulation_ui(pixel *vid_buf);