Files
core/MsBinaryFile/PptFile/Records/SoundCollectionContainer.cpp
2022-12-10 11:47:59 +03:00

17 lines
367 B
C++

#include "SoundCollectionContainer.h"
using namespace PPT;
CRecordSoundCollectionContainer::CRecordSoundCollectionContainer()
{
}
CRecordSoundCollectionContainer::~CRecordSoundCollectionContainer()
{
}
void CRecordSoundCollectionContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
CRecordsContainer::ReadFromStream(oHeader, pStream);
}