refactor: migrate old code

This commit is contained in:
2024-08-02 17:04:37 +08:00
parent 6736bfbde5
commit 4ee11c29c9
18 changed files with 655 additions and 80 deletions

View File

@@ -1,5 +1,12 @@
#include "ExportScript.hpp"
#include "ExportCore.hpp"
namespace VSW::Materializer::ExportScript {
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path) {
}
}