载入中...
搜索中...
未找到
eve::cmdline 命名空间参考

Minimal streaming ZIP writer used by eve zip / eve package to produce a PhysFS-mountable game archive (.eve). Entries are DEFLATE-compressed (method 8) using zlib's raw deflate. The output is a standard ZIP readable by PhysFS. 更多...

命名空间

namespace  detail
 

class  ZipWriter
 流式 ZIP 写入器:open → addFile×N → finish。 更多...
 

函数

bool createGameArchive (const std::filesystem::path &gameDir, const std::filesystem::path &outArchive)
 

详细描述

Minimal streaming ZIP writer used by eve zip / eve package to produce a PhysFS-mountable game archive (.eve). Entries are DEFLATE-compressed (method 8) using zlib's raw deflate. The output is a standard ZIP readable by PhysFS.

函数说明

◆ createGameArchive()

bool eve::cmdline::createGameArchive ( const std::filesystem::path &  gameDir,
const std::filesystem::path &  outArchive 
)
inline