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