Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
18
Src/Wasabi/api/skin/SkinVersion.h
Normal file
18
Src/Wasabi/api/skin/SkinVersion.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef NULLSOFT_WASABI_SKINVERSION_H
|
||||
#define NULLSOFT_WASABI_SKINVERSION_H
|
||||
|
||||
#include "../xml/ifc_xmlreadercallbacki.h"
|
||||
#include <bfc/string/StringW.h>
|
||||
|
||||
class ifc_xmlreaderparams;
|
||||
class SkinVersionXmlReader : public ifc_xmlreadercallbackI
|
||||
{
|
||||
public:
|
||||
SkinVersionXmlReader(const wchar_t *skinname);
|
||||
void xmlReaderOnStartElementCallback(const wchar_t *xmlpath, const wchar_t *xmltag, ifc_xmlreaderparams *params);
|
||||
const wchar_t *getWalVersion();
|
||||
private:
|
||||
StringW walversion;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue