Make console recognise element names

This commit is contained in:
jacksonmj
2011-01-31 02:42:34 +00:00
parent f85ef31b1f
commit cdd7399cc1
3 changed files with 50 additions and 17 deletions

View File

@@ -228,5 +228,7 @@ int report_ui(pixel *vid_buf, char *save_id);
char *console_ui(pixel *vid_buf, char error[255]);
int console_get_type(char *element);
#endif