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

11 lines
218 B
C++

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