Code::Blocks  SVN r11506
tinywxuni.h
Go to the documentation of this file.
1 #ifndef TINYWXUNI_H
2 #define TINYWXUNI_H
3 
4 class wxString;
5 class TiXmlDocument;
6 
7 namespace TinyXML
8 {
9  bool LoadDocument(const wxString& filename, TiXmlDocument *doc);
10  TiXmlDocument* LoadDocument(const wxString& filename);
11 
12  bool SaveDocument(const wxString& filename, TiXmlDocument* doc);
13 }
14 
15 #endif
bool LoadDocument(const wxString &filename, TiXmlDocument *doc)
Definition: tinywxuni.cpp:13
bool SaveDocument(const wxString &, TiXmlDocument *)
Definition: tinywxuni.cpp:45