feat(matchmake): add create_matchmake_session_with_param and change some/add other stuff

This commit is contained in:
DJMrTV 2025-02-08 11:54:49 +01:00
commit c6b83b3ad9
9 changed files with 220 additions and 36 deletions

View file

@ -25,7 +25,7 @@ pub fn derive_key(pid: u32, password: [u8; 16]) -> [u8; 16]{
key
}
#[derive(Pod, Zeroable, Copy, Clone, Debug, Eq, PartialEq)]
#[derive(Pod, Zeroable, Copy, Clone, Debug, Eq, PartialEq, Default)]
#[repr(transparent)]
pub struct KerberosDateTime(pub u64);