refactor: add a dialog for choosing export encoding
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#pragma once
|
||||
#include "stdafx.hpp"
|
||||
|
||||
namespace YYCC::Materializer {
|
||||
namespace VSW::Materializer {
|
||||
|
||||
namespace ExportScript {
|
||||
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
|
||||
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
||||
}
|
||||
|
||||
namespace ExportDocument {
|
||||
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
|
||||
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
||||
}
|
||||
|
||||
namespace ExportEnvironment {
|
||||
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
|
||||
void Export(CKContext* ctx, const YYCC::yycc_u8string_view& db_path, UINT code_page);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user