Changeset 10076 for OpenSceneGraph/trunk/src/osgPlugins/3ds/shadow.h
- Timestamp:
- 04/22/09 17:46:24 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/shadow.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/shadow.h
r6461 r10076 28 28 #endif 29 29 30 #include <iostream> 31 using namespace std; 32 30 33 #ifdef __cplusplus 31 34 extern "C" { … … 46 49 }; 47 50 48 extern LIB3DSAPI Lib3dsBool lib3ds_shadow_read(Lib3dsShadow *shadow, FILE *f);49 extern LIB3DSAPI Lib3dsBool lib3ds_shadow_write(Lib3dsShadow *shadow, FILE *f);51 extern LIB3DSAPI Lib3dsBool lib3ds_shadow_read(Lib3dsShadow *shadow, iostream *strm); 52 extern LIB3DSAPI Lib3dsBool lib3ds_shadow_write(Lib3dsShadow *shadow, iostream *strm); 50 53 51 54 #ifdef __cplusplus
