fromsoftware-shared 0.13.0

Helpers for dealing with pointers and other common stuff across games
Documentation
1
2
3
4
5
mod read;
mod write;

pub use read::*;
pub use write::*;