External Libraries

SDL

URL: http://www.libsdl.org/
License: GNU LGPL v.2 (free for open source or commercial use if linked to DLL)

SDL is included in the repository as a precompiled library. It is in the root include directory, so it should be #included as "SDL.h"

TinyXML

URL: http://www.grinninglizard.com/tinyxml/
License: zlib (free for open source or commercial use with attribution)

TinyXML is used for parsing XML documents. Its source code is included in the project directory under tinyxml\. The source consists of two headers and four cpp files, which have been included in the MSVS project. TinyXML classes can be used by #including "tinyxml/tinyxml.h".