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