mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 13:24:02 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user