summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-30 12:57:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-30 12:57:32 (GMT)
commitf5a9f43b77e8ff5f2db8c8c63b5d2a3e190041e4 (patch)
treedb2a0676fe085bb8272fa3398997c74c7bccdf7b /includes/interface.h
parent1759d0bd46f6b31e1c47bd2d8165bf5d6f292597 (diff)
downloadpowder-f5a9f43b77e8ff5f2db8c8c63b5d2a3e190041e4.zip
powder-f5a9f43b77e8ff5f2db8c8c63b5d2a3e190041e4.tar.gz
Added extra functions to FILT (determined by tmp, modes are convert, filter and add, convert is default). Added property edit tool, changes the properties of materials
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 18ce8b7..5d59dcf 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -205,6 +205,8 @@ extern int drawgrav_enable;
void menu_count(void);
+void prop_edit_ui(pixel *vid_buf, int x, int y);
+
void get_sign_pos(int i, int *x0, int *y0, int *w, int *h);
void add_sign_ui(pixel *vid_buf, int mx, int my);