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