mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 21:49:48 +08:00
8 lines
227 B
C
8 lines
227 B
C
#ifndef SVM_COVERTER
|
|
#define SVM_COVERTER
|
|
|
|
#include "../../../Common/boost_filesystem_version.h"
|
|
|
|
void ConvertSvmToImage( const boost::filesystem::wpath & oSource, const boost::filesystem::wpath & oDestination );
|
|
|
|
#endif |