mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-19 17:36:50 +00:00
Expose Hash struct
This commit is contained in:
parent
2db0717141
commit
9fb0655ac5
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue