summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-17 19:34:54 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-17 19:34:54 (GMT)
commitd37bd56eb645c2efce265941501a2ae5a2187315 (patch)
treef50677a9f509a5fbcbe42e8249f1a22f9db7c596 /includes/interface.h
parent5c8a6f3af850196fe2299d81b936845fa687f566 (diff)
downloadpowder-d37bd56eb645c2efce265941501a2ae5a2187315.zip
powder-d37bd56eb645c2efce265941501a2ae5a2187315.tar.gz
'M' For selected element swap, 'dae' var for showing a selected element box upon element change (not implemented)
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 0cef471..fec1a60 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -205,7 +205,7 @@ int save_name_ui(pixel *vid_buf);
void menu_ui(pixel *vid_buf, int i, int *sl, int *sr);
-void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int b, int bq, int mx, int my);
+void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq, int mx, int my);
int sdl_poll(void);