diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-10-30 03:37:15 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-10-30 03:37:15 (GMT) |
| commit | 8f397f3a039794bf01a4e0ad3d9de0ed9e5d5184 (patch) | |
| tree | 80ad794d5cfe919679701c7eb36922f6c63793eb /includes/interface.h | |
| parent | bb3b1a52ac2e5ad935640558f312c767a8ad9f15 (diff) | |
| download | powder-8f397f3a039794bf01a4e0ad3d9de0ed9e5d5184.zip powder-8f397f3a039794bf01a4e0ad3d9de0ed9e5d5184.tar.gz | |
moving signs! i think everything still works, click the weird random extra button, someone can add an icon later.
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 ddc260d..b378a99 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -153,6 +153,8 @@ 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); +void move_sign(pixel *vid_buf,int i); + void ui_edit_draw(pixel *vid_buf, ui_edit *ed); void ui_edit_process(int mx, int my, int mb, ui_edit *ed); |
