started plugin interface implementation

This commit is contained in:
louis
2015-01-27 17:30:24 +01:00
parent 15ad84bccf
commit c650dcacd8
7 changed files with 55 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ void SkinDesignerXMLErrorHandler (void * userData, xmlErrorPtr error) {
}
cXmlParser::cXmlParser(void) {
view = NULL;
doc = NULL;
root = NULL;
ctxt = NULL;