2024-08-02 17:04:37 +08:00
|
|
|
#pragma once
|
|
|
|
|
#include "stdafx.hpp"
|
|
|
|
|
|
2024-08-03 17:11:34 +08:00
|
|
|
namespace VSW::Materializer {
|
2024-08-02 17:04:37 +08:00
|
|
|
|
|
|
|
|
namespace ExportScript {
|
2024-08-03 17:11:34 +08:00
|
|
|
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
2024-08-02 17:04:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
namespace ExportDocument {
|
2024-08-03 17:11:34 +08:00
|
|
|
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
2024-08-02 17:04:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
namespace ExportEnvironment {
|
2024-08-03 17:11:34 +08:00
|
|
|
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
2024-08-02 17:04:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|