Changeset 302 in flair-src for trunk/lib/FlairSimulator/src
- Timestamp:
- Feb 25, 2019, 4:28:34 PM (6 years ago)
- Location:
- trunk/lib/FlairSimulator/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Parser.cpp
r167 r302 27 27 #include <IGeometryCreator.h> 28 28 #include <ISceneManager.h> 29 #include <libxml/parser.h> 30 #include <libxml/tree.h> 29 31 30 32 using namespace irr; -
trunk/lib/FlairSimulator/src/Parser.h
r167 r302 20 20 #include <Gui.h> 21 21 #include <Vector3D.h> 22 #include <libxml/parser.h>23 #include <libxml/tree.h>24 22 #include <SColor.h> 23 24 //todo make a pimpl to remove these forward declaration 25 typedef struct _xmlNode xmlNode; 26 typedef unsigned char xmlChar; 27 typedef struct _xmlDoc xmlDoc; 25 28 26 29 namespace flair {
Note:
See TracChangeset
for help on using the changeset viewer.