13 lines
150 B
C++
13 lines
150 B
C++
|
|
#include "ExportCore.hpp"
|
||
|
|
|
||
|
|
namespace VSW::Materializer::ExportDocument {
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path) {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|