forked from len0rd/rockbox
Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd2ba8068c
commit
0e44ce9bed
8 changed files with 65 additions and 27 deletions
|
@ -32,6 +32,8 @@ extern "C"
|
|||
|
||||
/* Debugging functions */
|
||||
void skin_error(enum skin_errorcode error);
|
||||
int skin_error_line();
|
||||
char* skin_error_message();
|
||||
void skin_debug_tree(struct skin_element* root);
|
||||
|
||||
/* Auxiliary debug functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue