1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00

Expose Hash struct

This commit is contained in:
Joshua Goins 2025-03-23 19:21:03 -04:00
parent 2db0717141
commit 9fb0655ac5

View file

@ -16,7 +16,7 @@ mod db;
pub use db::SqPackDatabase;
mod index;
pub use index::{IndexEntry, SqPackIndex};
pub use index::{IndexEntry, SqPackIndex, Hash};
/// The type of this SqPack file.
#[binrw]