Files
SuperScriptMaterializer/materializer/ExportDocument.cpp

13 lines
172 B
C++
Raw Normal View History

2024-08-02 17:04:37 +08:00
#include "ExportCore.hpp"
namespace VSW::Materializer::ExportDocument {
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page) {
2024-08-02 17:04:37 +08:00
}
}