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

10 lines
197 B
C++

#include "HashCode10Atom.h"
void CRecordHashCode10Atom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
m_oHeader = oHeader;
m_nHash = StreamUtils::ReadDWORD(pStream);
}