Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place.
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
#include <osgDB/Field>
|
||||
#include <osgDB/FieldReader>
|
||||
#include <osgDB/Input>
|
||||
#include <istream>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace osgDB;
|
||||
|
||||
Reference in New Issue
Block a user