Changeset 28
- Timestamp:
- 03/25/07 21:11:29 (2 years ago)
- Files:
-
- trunk/pyosg/osg/CameraNode.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyosg/osg/CameraNode.cpp
r3 r28 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/module.hpp> 13 13 #include <boost/python/def.hpp> … … 198 198 } 199 199 200 #endif // (OSG_VERSION_MAJOR>=1)
