war 0.2.0

A viewer/editor for Darksiders saves, worlds, and scripts
Documentation
1
2
3
4
5
6
7
use crate::darksiders1::unit4;

pub struct SaveGameManagerParams<B: AsRef<[u8]>> {
    pub game_session: unit4::LocalGameSession<B>,
    pub game_name: &'static str,
    pub save_game_version: u32,
}