Ignore:
Timestamp:
Sep 2, 2010, 10:29:58 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/core/visual_core.h

    r98 r125  
    1515 * OpenSceneGraph Public License for more details.
    1616*/
     17
     18// XML Parser
     19#include <stdio.h>
     20#include <libxml/parser.h>
     21#include <libxml/tree.h>
     22
    1723
    1824#include <osg/Referenced>
     
    100106
    101107        void addManipulators();
     108        void parseConfigFile(osg::ArgumentParser& arguments_);
     109        void checkXMLNode(xmlNode * a_node);
     110        void parseScenery(xmlNode * a_node);
    102111        bool loadTerrain(osg::ArgumentParser& arguments_);
    103112        bool checkCommandlineArgumentsForFinalErrors();
     
    126135         */
    127136        osg::ref_ptr<osgViewer::Viewer> viewer;
     137
     138        /**
     139         * XML File valid?
     140         */
     141        bool configFileValid;
    128142
    129143#ifdef USE_SPACENAVIGATOR
Note: See TracChangeset for help on using the changeset viewer.