Changeset 9549 for OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp
- Timestamp:
- 01/26/09 16:16:24 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp
r9449 r9549 44 44 I_DeclaringFile("osg/State"); 45 45 I_BaseType(osg::Referenced); 46 I_BaseType(osg::Observer); 46 47 I_Constructor0(____State, 47 48 "", … … 716 717 __void__initializeExtensionProcs, 717 718 "Initialize extension used by osg:State. ", 719 ""); 720 I_Method1(void, objectDeleted, IN, void *, object, 721 Properties::VIRTUAL, 722 __void__objectDeleted__void_P1, 723 "", 718 724 ""); 719 725
