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:
Robert Osfield
2010-01-25 15:24:47 +00:00
parent 5c0e5a5720
commit 65127f5b34
10 changed files with 218 additions and 303 deletions

View File

@@ -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;