mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 10:07:28 +08:00
10 lines
221 B
C++
10 lines
221 B
C++
#include "TimeAnimationValueAtom.h"
|
|
|
|
|
|
void CRecordTimeAnimationValueAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
m_oHeader = oHeader;
|
|
|
|
m_nTime = StreamUtils::ReadDWORD ( pStream );
|
|
}
|