moving signs! i think everything still works, click the weird random extra button, someone can add an icon later.

This commit is contained in:
Philip
2010-10-29 23:37:15 -04:00
parent bb3b1a52ac
commit 8f397f3a03
4 changed files with 30 additions and 5 deletions

View File

@@ -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);