mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +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;
|
pub use db::SqPackDatabase;
|
||||||
|
|
||||||
mod index;
|
mod index;
|
||||||
pub use index::{IndexEntry, SqPackIndex};
|
pub use index::{IndexEntry, SqPackIndex, Hash};
|
||||||
|
|
||||||
/// The type of this SqPack file.
|
/// The type of this SqPack file.
|
||||||
#[binrw]
|
#[binrw]
|
||||||
|
|
Loading…
Add table
Reference in a new issue