| 117 | } |
| 118 | |
| 119 | static sf_count_t tell( void* userData ) { |
| 120 | ci::IStreamCinder* stream = static_cast<ci::IStreamCinder*>( userData ); |
| 121 | return stream->tell(); |
| 122 | } |
| 123 | }; |
| 124 | |
| 125 | // ---------------------------------------------------------------------------------------------------- |