1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 05:27:45 +00:00

Make sqpack module public again, as I forgot it's used for benchmarks.

This commit is contained in:
Joshua Goins 2022-08-06 18:06:06 -04:00
parent 4d86af88c1
commit 6f12fec62f

View file

@ -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;