--- libgig/trunk/src/DLS.h 2012/03/10 16:23:19 2328 +++ libgig/trunk/src/DLS.h 2012/03/12 14:59:10 2329 @@ -479,6 +479,7 @@ Instrument* GetNextInstrument(); ///< Returns a pointer to the next Instrument object of the file, NULL otherwise. Instrument* AddInstrument(); void DeleteInstrument(Instrument* pInstrument); + RIFF::File* GetExtensionFile(int index); virtual void UpdateChunks(); virtual void Save(const String& Path); virtual void Save();