Removed include/osg/Types header defining osg::ubyte, osg::ushort etc. Changed

any reference to these in the distribution across to using unsigned char,
unsigned short etc.  This has been done to keep the OSG code more opaque
to what types are.
This commit is contained in:
Robert Osfield
2003-02-12 19:20:47 +00:00
parent 28732e3451
commit 8f1ba9d21b
34 changed files with 87 additions and 132 deletions

View File

@@ -13,7 +13,6 @@
#include <osg/Matrix>
#include <osg/Quat>
#include <osg/Notify>
#include <osg/Types>
#include <osg/Math>
#include <stdlib.h>