jul1278 / SimpleComponents

component-based 2D game engine in SDL
0 stars 1 forks source link

Classes to write to xml #78

Open jul1278 opened 8 years ago

jul1278 commented 8 years ago

read and write xml/json/format? use the serialization functions from the other issue.

jul1278 commented 8 years ago

Checked in XmlDocmument.h with a bunch of helper functions and tests to read xml documents.

jul1278 commented 8 years ago

Now successfully reading .xml, can't write yet though