Changeset 125 for osgVisual/include/core
- Timestamp:
- Sep 2, 2010, 10:29:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/core/visual_core.h
r98 r125 15 15 * OpenSceneGraph Public License for more details. 16 16 */ 17 18 // XML Parser 19 #include <stdio.h> 20 #include <libxml/parser.h> 21 #include <libxml/tree.h> 22 17 23 18 24 #include <osg/Referenced> … … 100 106 101 107 void addManipulators(); 108 void parseConfigFile(osg::ArgumentParser& arguments_); 109 void checkXMLNode(xmlNode * a_node); 110 void parseScenery(xmlNode * a_node); 102 111 bool loadTerrain(osg::ArgumentParser& arguments_); 103 112 bool checkCommandlineArgumentsForFinalErrors(); … … 126 135 */ 127 136 osg::ref_ptr<osgViewer::Viewer> viewer; 137 138 /** 139 * XML File valid? 140 */ 141 bool configFileValid; 128 142 129 143 #ifdef USE_SPACENAVIGATOR
Note: See TracChangeset
for help on using the changeset viewer.