Changeset 3527 for OpenSceneGraph/trunk/src/osgPlugins/flt/AttrData.h
- Timestamp:
- 10/24/04 19:50:54 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/flt/AttrData.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/flt/AttrData.h
r3212 r3527 27 27 namespace flt { 28 28 29 typedef signed long int32;29 typedef signed int int32; 30 30 31 31 class AttrData : public osg::Object {
