Changeset 10076 for OpenSceneGraph/trunk/src/osgPlugins/3ds/mesh.h
- Timestamp:
- 04/22/09 17:46:24 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/mesh.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/mesh.h
r6461 r10076 28 28 #endif 29 29 30 #include <iostream> 31 using namespace std; 32 30 33 #ifdef __cplusplus 31 34 extern "C" { 32 35 #endif 36 37 33 38 34 39 /*! … … 126 131 extern LIB3DSAPI void lib3ds_mesh_calculate_normals(Lib3dsMesh *mesh, Lib3dsVector *normalL); 127 132 extern LIB3DSAPI void lib3ds_mesh_dump(Lib3dsMesh *mesh); 128 extern LIB3DSAPI Lib3dsBool lib3ds_mesh_read(Lib3dsMesh *mesh, FILE *f);129 extern LIB3DSAPI Lib3dsBool lib3ds_mesh_write(Lib3dsMesh *mesh, FILE *f);133 extern LIB3DSAPI Lib3dsBool lib3ds_mesh_read(Lib3dsMesh *mesh, iostream *strm); 134 extern LIB3DSAPI Lib3dsBool lib3ds_mesh_write(Lib3dsMesh *mesh, iostream *strm); 130 135 131 136 #ifdef __cplusplus
