summaryrefslogtreecommitdiff
path: root/xml/parser.h
blob: 8b4e088739ee994340c24beac456f04e8c9bfed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  $Id: parser.h,v 1.2 2005/01/01 23:44:36 lordjaxom Exp $
 */

#ifndef VDR_TEXT2SKIN_PARSER_H
#define VDR_TEXT2SKIN_PARSER_H

#include <string>

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