diff --git a/src/sqpack/mod.rs b/src/sqpack/mod.rs index 006213a..4915d66 100644 --- a/src/sqpack/mod.rs +++ b/src/sqpack/mod.rs @@ -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]