Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VSFileXMLSerializer.h
Go to the documentation of this file.
1 #ifndef __VSFILEXMLSERIALIZER_H__INCLUDED__
2 #define __VSFILEXMLSERIALIZER_H__INCLUDED__
3 
4 #include "XMLDocument.h"
5 #include "vsfilesystem.h"
6 
7 namespace XMLDOM
8 {
10 {
11 public:
12  bool importXML( const std::string &path, VSFileSystem::VSFileType fileType );
13  virtual bool importXML( const std::string &path );
14  virtual bool exportXML( std::ostream &stream );
15 };
16 };
17 
18 #endif //__VSFILEXMLSERIALIZER_H__INCLUDED__
19