Changeset 30
- Timestamp:
- 03/25/07 21:15:10 (2 years ago)
- Files:
-
- trunk/pyosg/osg/Vec4ub.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyosg/osg/Vec4ub.cpp
r24 r30 9 9 // This software is provided "as is" without express or implied warranty, 10 10 // and with no claim as to its suitability for any purpose. 11 11 #if (OSG_VERSION_MAJOR>=1) 12 12 #include <boost/python/class.hpp> 13 13 #include <boost/python/operators.hpp> … … 128 128 } 129 129 } 130 #endif // (OSG_VERSION_MAJOR>=1)
