Ignore:
Timestamp:
Jan 21, 2011, 10:07:46 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/object/visual_object.h

    r88 r202  
    3636#include <iostream>
    3737
     38// XML Parser
     39#include <stdio.h>
     40#include <libxml/parser.h>
     41#include <libxml/tree.h>
     42
    3843namespace osgVisual
    3944{
     
    8489         */
    8590        ~visual_object();
     91
     92        static visual_object* createNodeFromXMLConfig(osg::CoordinateSystemNode* sceneRoot_, xmlNode* a_node);
    8693
    8794
Note: See TracChangeset for help on using the changeset viewer.