mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 05:38:50 +08:00
8 lines
78 B
C++
8 lines
78 B
C++
#pragma once
|
|
|
|
namespace Test
|
|
{
|
|
void Html2Docx();
|
|
void Docx2Html();
|
|
|
|
} |