Changeset 10080
- Timestamp:
- 04/22/09 18:47:07 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/ply/ply.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ply/ply.h
r10079 r10080 36 36 // include to quieten down silly VS warnings 37 37 #include <osg/Export> 38 39 #ifdef __cplusplus40 extern "C" {41 #endif42 38 43 39 #include <stdio.h> … … 168 164 extern int equal_strings(const char *, const char *); 169 165 170 171 #ifdef __cplusplus172 }173 #endif174 166 #endif /* !__PLY_H__ */ 175 167
