added 'load' command, and a basic error message.

This commit is contained in:
Cracker64
2011-01-30 15:00:54 -05:00
parent e18337a70a
commit fcf958da21
3 changed files with 22 additions and 5 deletions

View File

@@ -224,7 +224,7 @@ void open_link(char *uri);
int report_ui(pixel *vid_buf, char *save_id);
char *console_ui(pixel *vid_buf);
char *console_ui(pixel *vid_buf, char error[255]);
#endif