Moved the istream and ostream support from Vec* and Matrix* into a seperate io_utils file.

This commit is contained in:
Robert Osfield
2005-04-08 09:01:23 +00:00
parent f417974f5b
commit a2974de978
16 changed files with 172 additions and 147 deletions

View File

@@ -18,6 +18,7 @@
#include <osg/Notify>
#include <osg/TriangleFunctor>
#include <osg/Geometry>
#include <osg/io_utils>
#include <float.h>
#include <algorithm>