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