darksouls3 0.14.0

Raw structures and bindings for From Software's title Dark Souls III
Documentation
1
2
3
4
5
6
7
8
#[repr(C)]
#[shared::singleton("CSDlc")]
pub struct CSDlc {
    vftable: usize,
    unk8: [u8; 0x09],
    pub dlc1_installed: bool,
    pub dlc2_installed: bool,
}