diff options
| author | Simon 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) |
| commit | f5a9f43b77e8ff5f2db8c8c63b5d2a3e190041e4 (patch) | |
| tree | db2a0676fe085bb8272fa3398997c74c7bccdf7b /includes/interface.h | |
| parent | 1759d0bd46f6b31e1c47bd2d8165bf5d6f292597 (diff) | |
| download | powder-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.h | 2 |
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); |
