Files
SuperScriptMaterializer/materializer/ExportScript.cpp

13 lines
170 B
C++
Raw Normal View History

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
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
}