#pragma once #include #include "bun.h" #include namespace ggpk = poe::format::ggpk; struct GgpkVfs; std::shared_ptr open_ggpk(std::filesystem::path path); Vfs* borrow_vfs(std::shared_ptr& vfs);