Files
core/MsBinaryFile/PptFile/Records/SoundContainer.cpp
2022-11-28 17:37:12 +03:00

16 lines
286 B
C++

#include "SoundContainer.h"
CRecordSoundContainer::CRecordSoundContainer()
{
}
CRecordSoundContainer::~CRecordSoundContainer()
{
}
void CRecordSoundContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
CRecordsContainer::ReadFromStream(oHeader, pStream);
}