merge jacksonmj's and simon's changes, and made mouse coords show up in debug so it is easier to get them.

This commit is contained in:
Cracker64
2011-01-31 13:12:29 -05:00
parent 3babc0586c
commit c1ca8bae29
6 changed files with 239 additions and 78 deletions

View File

@@ -227,8 +227,9 @@ void open_link(char *uri);
int report_ui(pixel *vid_buf, char *save_id);
char *console_ui(pixel *vid_buf, char error[255]);
int console_get_type(char *element);
int console_parse_coords(char *txt, int *x, int *y, char *err);
int console_parse_type(char *txt, int *element, char *err);
int console_parse_partref(char *txt, int *which, char *err);
#endif