Using irrXML without irrlicht?

Discussion about everything. New games, 3d math, development tips...
Post Reply
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Using irrXML without irrlicht?

Post by ACE247 »

Just a question. What do I need to use the irrxml reader & writer that comes with irrlicht, without using the irrlicht device, ie just like the irrXml 1.2 that is on Ambierra(from 2005, no writing)?
Its for a project and needs as little as possible external dependencies. So do I just include the irrxml related files from irrlicht and remove the includes related to irrlicht from within them along with the functions referencing the included files.
  • CXMLReader.cpp
    CXMLReader.h
    CXMLReaderImpl.h
    CXMLWriter.cpp
    CXMLWriter.h
    fast_atof.h
    heapsort.h
    irrArray.h
    irrMath.h
    irrString.h
    irrTypes.h
    irrXML.cpp
    irrXML.h
Is that everything?
Just asking this before I go ahead, to make sure ;)
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Using irrXML without irrlicht?

Post by Cube_ »

seems like it, I believe that is all the source and header files in the IrrXML download....
"this is not the bottleneck you are looking for"
Post Reply