Moved console commands into own function. Added running script files so console commands can be run instantly. Added create command. element names work, from jacksonmj.

This commit is contained in:
Cracker64
2011-01-31 00:12:47 -05:00
parent 6aaa9e78cd
commit b7f768e4b3
3 changed files with 336 additions and 254 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