Files
SuperScriptMaterializer/materializer/ExportCore.hpp

19 lines
365 B
C++
Raw Normal View History

2024-08-02 17:04:37 +08:00
#pragma once
#include "stdafx.hpp"
namespace YYCC::Materializer {
namespace ExportScript {
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
}
namespace ExportDocument {
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
}
namespace ExportEnvironment {
void Export(CKContext* ctx, YYCC::yycc_u8string_view& db_path);
}
}