fromsoftware-shared 0.14.0

Helpers for dealing with pointers and other common stuff across games
Documentation
pub mod arxan;
pub mod dl_math;
pub mod empty;
pub mod ext;
mod game_allocator;
pub mod game_version;
pub mod owned_pointer;
pub mod program;
mod researching;
pub mod rtti;
mod r#static;
pub mod steam;
pub mod stepper;
mod subclass;
pub mod task;
mod unknown_pointer;
pub mod util;

pub use arxan::*;
pub use dl_math::*;
pub use empty::*;
pub use game_allocator::*;
pub use game_version::*;
pub use owned_pointer::*;
pub use program::*;
pub use researching::*;
pub use rtti::*;
pub use r#static::*;
pub use steam::*;
pub use stepper::*;
pub use subclass::*;
pub use task::*;
pub use unknown_pointer::*;
pub use util::*;

pub use from_singleton::FromSingleton;
pub use fromsoftware_shared_macros::*;