mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 21:17:45 +00:00
Make sqpack module public again, as I forgot it's used for benchmarks.
This commit is contained in:
parent
4d86af88c1
commit
6f12fec62f
1 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,8 @@ pub mod repository;
|
|||
/// Reading and writing the boot data repository.
|
||||
pub mod bootdata;
|
||||
|
||||
mod sqpack;
|
||||
/// Common methods and structures relating to the SqPack data format.
|
||||
pub mod sqpack;
|
||||
|
||||
/// Reading and writing SqPack index files.
|
||||
pub mod index;
|
||||
|
@ -48,4 +49,7 @@ pub mod installer;
|
|||
pub mod exh;
|
||||
|
||||
/// Reading Excel data files (EXD).
|
||||
pub mod exd;
|
||||
pub mod exd;
|
||||
|
||||
// Reading Havok XML sidecar files.
|
||||
pub mod skeleton;
|
Loading…
Add table
Reference in a new issue