Changeset 1563 for OpenSceneGraph/trunk/src/osgPlugins/lib3ds/quat.cpp
- Timestamp:
- 01/24/03 16:12:54 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lib3ds/quat.cpp
r202 r1563 21 21 */ 22 22 #define LIB3DS_EXPORT 23 #include <quat.h>23 #include "quat.h" 24 24 #include <math.h> 25 25
