fromsoftware-shared 0.13.0

Helpers for dealing with pointers and other common stuff across games
Documentation
1
2
3
4
5
6
7
8
9
mod linear;
mod matrix;
mod special;
mod vector;

pub use linear::*;
pub use matrix::*;
pub use special::*;
pub use vector::*;