Changeset 3526 for OpenSceneGraph/trunk/include/osgUtil/Version
- Timestamp:
- 10/24/04 16:42:40 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgUtil/Version (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgUtil/Version
r1529 r3526 21 21 22 22 /** 23 * getVersion_osgUtil() returns the library version number.24 * Numbering convention : osg_src-0.8-31 will return 0.8.31 from getVersion_osgUtil.23 * osgUtilGetVersion() returns the library version number. 24 * Numbering convention : osg_src-0.8-31 will return 0.8.31 from osgUtilGetVersion. 25 25 * 26 26 * This C function can be also used to check for the existence of the OpenSceneGraph … … 39 39 40 40 /** 41 * getLibraryName_osgUtil() returns the library name in human friendly form.42 */41 * osgUtilGetLibraryName() returns the library name in human friendly form. 42 */ 43 43 extern OSGUTIL_EXPORT const char* osgUtilGetLibraryName(); 44 44
