comparison decoders/shn.c @ 351:069ce624d6cf

FIXME cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:12:13 +0000
parents c97be6e1bd27
children cbb15ecf423a
comparison
equal deleted inserted replaced
350:cafdbcae733d 351:069ce624d6cf
1325 } /* SHN_rewind */ 1325 } /* SHN_rewind */
1326 1326
1327 1327
1328 static int SHN_seek(Sound_Sample *sample, Uint32 ms) 1328 static int SHN_seek(Sound_Sample *sample, Uint32 ms)
1329 { 1329 {
1330 BAIL_MACRO("!!! FIXME: Not implemented", 0); 1330 BAIL_MACRO("SHN: Seeking not implemented", 0);
1331 } /* SHN_seek */ 1331 } /* SHN_seek */
1332 1332
1333 1333
1334 #endif /* defined SOUND_SUPPORTS_SHN */ 1334 #endif /* defined SOUND_SUPPORTS_SHN */
1335 1335