#ifndef VDR_TEXT2SKIN_PARSER_H #define VDR_TEXT2SKIN_PARSER_H #include class cxSkin; class cText2SkinI18n; class cText2SkinTheme; cxSkin *xmlParse(const std::string &name, const std::string &fileName, cText2SkinI18n *I18n, cText2SkinTheme *Theme); #endif // VDR_TEXT2SKIN_PARSER_H