summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-24 18:38:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-24 18:38:58 (GMT)
commit5a117c2d27f513942d7621980a79d357af122ba4 (patch)
tree0dd04f6be777da93315224d87ea87c9c65f14808 /includes/interface.h
parenta1b7b02f81500e0707cf4c98a943c17351c5505d (diff)
downloadpowder-5a117c2d27f513942d7621980a79d357af122ba4.zip
powder-5a117c2d27f513942d7621980a79d357af122ba4.tar.gz
Element search interface by pressing 'e'
First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select.
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index c1e48f1..478273a 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -287,6 +287,8 @@ void draw_svf_ui(pixel *vid_buf, int alternate);
void error_ui(pixel *vid_buf, int err, char *txt);
+void element_search_ui(pixel *vid_buf, int * sl, int * sr);
+
void info_ui(pixel *vid_buf, char *top, char *txt);
void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);