Changeset 10076 for OpenSceneGraph/trunk/src/osgPlugins/3ds/atmosphere.h
- Timestamp:
- 04/22/09 17:46:24 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/atmosphere.h
r6461 r10076 27 27 #include "types.h" 28 28 #endif 29 30 #include <iostream> 31 using namespace std; 29 32 30 33 #ifdef __cplusplus … … 92 95 }; 93 96 94 extern LIB3DSAPI Lib3dsBool lib3ds_atmosphere_read(Lib3dsAtmosphere *atmosphere, FILE *f);95 extern LIB3DSAPI Lib3dsBool lib3ds_atmosphere_write(Lib3dsAtmosphere *atmosphere, FILE *f);97 extern LIB3DSAPI Lib3dsBool lib3ds_atmosphere_read(Lib3dsAtmosphere *atmosphere, iostream *strm); 98 extern LIB3DSAPI Lib3dsBool lib3ds_atmosphere_write(Lib3dsAtmosphere *atmosphere, iostream *strm); 96 99 97 100 #ifdef __cplusplus
