added tinyxml2 for xml conversion

This commit is contained in:
Steffen Fündgens 2014-11-24 13:03:55 +01:00
parent 3be8d78e1a
commit 9b5426a6af
3 changed files with 4350 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef CONVERTER_INCLUDED
#define CONVERTER_INCLUDED
#include <vector>
#include "tinyxml2.hh"
class Converter {
public:

2258
converter/tinyxml2.cc Executable file

File diff suppressed because it is too large Load Diff

2091
converter/tinyxml2.hh Executable file

File diff suppressed because it is too large Load Diff