--- libgig/trunk/src/RIFF.h 2005/11/09 20:04:11 800 +++ libgig/trunk/src/RIFF.h 2006/02/05 17:30:13 833 @@ -224,6 +224,7 @@ void ReadHeader(unsigned long fPos); void WriteHeader(unsigned long fPos); void LoadSubChunks(); + void LoadSubChunksRecursively(); virtual unsigned long WriteChunk(unsigned long ulWritePos, unsigned long ulCurrentDataOffset); virtual void __resetPos(); ///< Sets List Chunk's read/write position to zero and causes all sub chunks to do the same. };