Files
core/ASCOfficeHtmlFile_SaxHtmlParser/AVSOfficeHtmlFileTest/Test.h

8 lines
78 B
C++

#pragma once
namespace Test
{
void Html2Docx();
void Docx2Html();
}