mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 15:43:08 +08:00
12 lines
192 B
C++
12 lines
192 B
C++
#pragma once
|
|
|
|
#include "intermediate_anim.h"
|
|
#include "../../Records/SlideContainer.h"
|
|
|
|
|
|
namespace PPT {
|
|
namespace Intermediate {
|
|
SlideAnimation ParseSlideAnimation(CRecordSlide* pSlide);
|
|
}
|
|
}
|